Commit Graph

455 Commits (f1199d1048521c8f51d7427b9dcc27d51118bc90)
 

Author SHA1 Message Date
Richard Fuchs dc7c4e7fba s/ufrag_pwd_chars/ice_chars/
12 years ago
Richard Fuchs cd3264b7ef i dont like long variable names
12 years ago
Richard Fuchs 581b1bf948 build a hash table of sdp attributes when parsing them
12 years ago
Richard Fuchs 902f47da28 remove redundancy in struct member names
12 years ago
Richard Fuchs 68f91da68e split up attributes even more when parsing them
12 years ago
Richard Fuchs 33ef09b470 insert ice candidate for rtcp
12 years ago
Richard Fuchs f107ab461a adding rudimentary insertion of ICE attributes
12 years ago
Richard Fuchs 36d21eb8ed dont add debian build flags for debug builds
12 years ago
Richard Fuchs c18c1d64eb unify copy_remainder and copy_up_to, create copy_up_to_end_of
12 years ago
Richard Fuchs 30669f2cd3 support removal of ICE attributes
12 years ago
Richard Fuchs 4914d6babb fix skip_over off by one bug
12 years ago
Richard Fuchs adaaa1e59e parse out sdp attributes
12 years ago
Andreas Granig 650fbedb79 Fix NG port.
12 years ago
Richard Fuchs fc246e64d3 cant guarantee that the call struct is still valid when the response is sent, to copy strings
12 years ago
Richard Fuchs bd9671a8cc more convenience functions
12 years ago
Richard Fuchs 697d152796 to avoid confusion with debian version numbers, use sequentials integers for ABI versioning
12 years ago
Richard Fuchs 0230985e91 get rid of another useless variable
12 years ago
Richard Fuchs 55380807f8 tags can be NULL
12 years ago
Richard Fuchs bf4df4dff9 remove more code duplication
12 years ago
Richard Fuchs 504995e47c return call stats in NG delete message reply
12 years ago
Richard Fuchs feb3b6bde1 adding some const for good measure
12 years ago
Richard Fuchs 3c764bed52 split NG stats collection into ng_call_stats()
12 years ago
Richard Fuchs f7da33b4a7 adding a UINT64F format macro
12 years ago
Richard Fuchs b2ad672086 make call_query_udp use the new call stats function
12 years ago
Richard Fuchs 495d4cf2bd keep track of "newest" timestamp
12 years ago
Richard Fuchs 267252542b create a struct for stats collection
12 years ago
Richard Fuchs 1adef8fe7b split stream traversal for stats query into separate function
12 years ago
Richard Fuchs 8c9fa012bd lets have a totals packet/bytes counter for each call
12 years ago
Richard Fuchs e9bf80768d add more bencode convenience functions
12 years ago
Richard Fuchs 1ef1c87545 add a prelim NG query command
12 years ago
Richard Fuchs aaa3f4d116 simplify call_query_udp a bit
12 years ago
Richard Fuchs 3ef68b85e6 add bencode_string(_len)?_dup functions
12 years ago
Richard Fuchs 16b33debeb start changelog for 2.2.0
12 years ago
Richard Fuchs f369c9f799 more redis support functions
12 years ago
Richard Fuchs 8d3b8e310a redis support functions
12 years ago
Richard Fuchs 20f33e56ff treat zero ip/port as wildcard when matching up old streams
12 years ago
Richard Fuchs 5cebf5adbd use peer_advertised where appropriate
12 years ago
Richard Fuchs fc6fe69075 replace IN6_IS_ADDR_UNSPECIFIED because it doesnt work for mapped addresses
12 years ago
Richard Fuchs 5d726fdf84 fix some ipv6 related bugs
12 years ago
Richard Fuchs f5e6482d5d base the stream traversal entirely on stream index
12 years ago
Richard Fuchs fc3e741694 add support for multiple streams in sdp
13 years ago
Richard Fuchs ad4cef0f37 g_hash_table_contains implementation for old glib version
13 years ago
Richard Fuchs 6adda7c301 keep track of sdp stream endpoints and use them as index when rewriting
13 years ago
Richard Fuchs 7651df841a add call simulator script for NG protocol
13 years ago
Richard Fuchs 0f58c2df4f update udp simulator to new default port
13 years ago
Richard Fuchs 2b9d251cd8 rename simulator.sh -> simulator-tcp.sh
13 years ago
Richard Fuchs c33642a011 more consistent function naming
13 years ago
Richard Fuchs bac4f31489 get rid of num parameter to sdp_replace
13 years ago
Richard Fuchs fe70ce8824 sync bencode
13 years ago
Richard Fuchs e69f1bd30d document bencode iovec functions
13 years ago