summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* test-nomination: added a new test for the nomination modeFabrice Bellet2017-06-121-0/+1
| | | | Differential Revision: https://phabricator.freedesktop.org/D1107
* build: Update .gitignorePhilip Withnall2015-08-191-0/+1
| | | | Add stun/usages/.dirstamp.
* build: Auto-generate win32 .def file from libnice.symPhilip Withnall2015-05-081-0/+1
| | | | | | | | | We’ve neglected to manually update this file once too often — it’s been out of date for important new symbols (for example, nice_agent_get_io_stream()) since at least 0.1.11. Since the format is a simple extension of libnice.sym, we might as well automatically generate it at dist time.
* build: Update .gitignorePhilip Withnall2014-10-091-0/+1
|
* tests: Add a new segment-by-segment test framework for pseudo-TCPPhilip Withnall2014-08-211-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.
* build: Add the lcov directory to .gitignorePhilip Withnall2014-07-071-0/+3
|
* build: Add GObject introspection supportPhilip Withnall2014-07-071-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.
* gitignore: Add test-driver from recent automakeOlivier Crête2014-05-171-0/+1
|
* Add support for ICE-TCPYouness Alaoui2014-05-171-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
* Add tcp-passive and tcp-active socket layers with unit testYouness Alaoui2014-05-171-0/+1
|
* tests: Add a test-pseudotcp-fuzzy test for fuzzing PseudoTcpSocketPhilip Withnall2014-04-171-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.
* agent: Use generic marshallerOlivier Crête2014-03-311-2/+0
|
* tests: Split racy "closing" into a test for stopping while reading or writingOlivier Crête2014-02-251-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
* Ignore .trs and .log file from newer automakeOlivier Crête2014-02-251-0/+2
|
* tests: Add tests for the I/O stream classesPhilip Withnall2014-01-311-0/+6
|
* build: Update .gitignore filePhilip Withnall2014-01-311-1/+6
|
* build: Update .gitignore filePhilip Withnall2014-01-021-0/+2
|
* build: Remove auto-generated INSTALL filePhilip Withnall2014-01-021-0/+1
| | | | | It gets automatically generated by autotools, so just gets in the way if checked into git.
* configure: Verify that the compiler understands warning cflagsOlivier Crête2013-12-261-1/+0
| | | | Older compilers don't understand all of the flags
* build: Update .gitignore filePhilip Withnall2013-12-181-0/+7
|
* Update .gitignore for new testRohan Garg2012-05-011-0/+1
|
* Added win32 section to .gitignoreFilippo Della Betta2012-03-051-0/+7
|
* Update .gitignoreTimothy Redaelli2011-10-131-1/+18
|
* Updating gitignore to ignore the stund/stunbdc toolsYouness Alaoui2009-03-051-2/+2
|
* Cleaning gitignoreYouness Alaoui2009-02-161-21/+0
|
* Add gtkdoc files to ignore to .gitignoreYouness Alaoui2008-10-301-0/+33
|
* add gcda/gcno lcov coverage files to gitignoreYouness Alaoui2008-10-301-0/+2
|
* Add more files to gitignoreOlivier Crête2008-05-021-0/+6
|
* Add more tets to gitignoreOlivier Crête2008-04-301-0/+6
|
* Transform _boring into .gitignoreOlivier Crête2008-04-261-0/+101