summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2014-10-09build: Update .gitignorePhilip Withnall1-0/+1
2014-08-21tests: Add a new segment-by-segment test framework for pseudo-TCPPhilip Withnall1-0/+1
This explicitly removes all timers and main loop considerations from the pseudo-TCP testing, which considerably simplifies arranging packet swaps and mistimings for testing purposes. This test suite includes a few tests for the FIN–ACK support.
2014-07-07build: Add the lcov directory to .gitignorePhilip Withnall1-0/+3
2014-07-07build: Add GObject introspection supportPhilip Withnall1-0/+2
This bumps our autoconf requirement to 2.62 (from 2.59c) and disables automake portability warnings. It does not introduce a hard dependency on gobject-introspection; but if available, it requires version 1.30.0. Support can be enabled with --enable-introspection, and is required to make distcheck. The generated introspection file has not been checked thoroughly, and may expose internal symbols. A lot of new annotations are needed to make many of the symbols usable.
2014-05-17gitignore: Add test-driver from recent automakeOlivier Crête1-0/+1
2014-05-17Add support for ICE-TCPYouness Alaoui1-0/+1
This is a massive commit that can't be split. We add ice-tcp support into the agent by creating local host tcp-active/tcp-passive candidates. We also need to find the local and remote candidates whenever we discover a peer-reflexive because their data is important to setup the peer-reflexive so a few changes were added to look for the local or remote candidate. For TCP-ACTIVE remote peer-reflexive candidates, we can't add conncheck pairs normally because TCP-PASSIVE (local) do not generate candidate pairs, and we also can't have a connection from any local host, so we can only create a single candidatepair with the local/remote that are connected. The pair->socket of a candidate check pair will hold the connected tcp socket (through connect for ACT or accept for PASS) and we will either have a remote or a local peer-reflexive which will create a new candidate pair, we cannot trigger checks on the initial candidate pair, we must only do it on the new check pairs. but in the case of a tcp-passive, we don't get a new local peer-reflexive candidate, so there is no new candidate with a new NiceSocket, so when we get a triggered check, we need to match it to the candidate check pair or when we select a pair, it will still use the original TCP-PASS socket. We must store the new connected tcp socket in the peer reflexive candidates since they represent that unique peer-reflx candidate's connection
2014-05-17Add tcp-passive and tcp-active socket layers with unit testYouness Alaoui1-0/+1
2014-04-17tests: Add a test-pseudotcp-fuzzy test for fuzzing PseudoTcpSocketPhilip Withnall1-0/+1
As documented at the top of the file, this creates two PseudoTcpSockets in a loopback configuration, and mutates the raw packets which are sent between them, hoping to cause assertion failures and illegal memory accesses in the pseudotcp code. Best run under Valgrind or GDB.
2014-03-31agent: Use generic marshallerOlivier Crête1-2/+0
2014-02-25tests: Split racy "closing" into a test for stopping while reading or writingOlivier Crête1-1/+2
We wan't to make sure not to have a race where a thread blocks in a blocking receive or send while nice_agent_remove_stream() is called
2014-02-25Ignore .trs and .log file from newer automakeOlivier Crête1-0/+2
2014-01-31tests: Add tests for the I/O stream classesPhilip Withnall1-0/+6
2014-01-31build: Update .gitignore filePhilip Withnall1-1/+6
2014-01-02build: Update .gitignore filePhilip Withnall1-0/+2
2014-01-02build: Remove auto-generated INSTALL filePhilip Withnall1-0/+1
It gets automatically generated by autotools, so just gets in the way if checked into git.
2013-12-26configure: Verify that the compiler understands warning cflagsOlivier Crête1-1/+0
Older compilers don't understand all of the flags
2013-12-18build: Update .gitignore filePhilip Withnall1-0/+7
2012-05-01Update .gitignore for new testRohan Garg1-0/+1
2012-03-05Added win32 section to .gitignoreFilippo Della Betta1-0/+7
2011-10-13Update .gitignoreTimothy Redaelli1-1/+18
2009-03-05Updating gitignore to ignore the stund/stunbdc toolsYouness Alaoui1-2/+2
2009-02-16Cleaning gitignoreYouness Alaoui1-21/+0
2008-10-30Add gtkdoc files to ignore to .gitignoreYouness Alaoui1-0/+33
2008-10-30add gcda/gcno lcov coverage files to gitignoreYouness Alaoui1-0/+2
2008-05-02Add more files to gitignoreOlivier Crête1-0/+6
2008-04-30Add more tets to gitignoreOlivier Crête1-0/+6
2008-04-26Transform _boring into .gitignoreOlivier Crête1-0/+101