Commit Graph

85 Commits (master)

Author SHA1 Message Date
Richard Fuchs 8201831cd4 MT#62181 whitespace cleanups
4 weeks ago
Richard Fuchs 94198587fa MT#62181 const updates
4 weeks ago
Richard Fuchs 1232a1701f MT#62181 parser: use references
4 weeks ago
Richard Fuchs 884e9fc9b4 MT#62181 send_request: use references
4 weeks ago
Richard Fuchs 2561fd92e8 MT#62181 sip_destination: use strings
4 weeks ago
Richard Fuchs 578def7a5a MT#62181 use std::string for string building
1 month ago
Richard Fuchs d67fe1617d MT#62181 trans_layer: use references
1 month ago
Vadim Saranov fd6ec68d24 MT#64901 core: fix memory leak in generate_and_parse_new_msg
2 months ago
Richard Fuchs 765ef886b9 MT#62181 convert arg to string
2 months ago
Richard Fuchs 3559b8c1c3 MT#62181 convert sip_target::trsp to string
2 months ago
Richard Fuchs 8f461b76dd MT#62181 whitespace cleanups
2 months ago
Richard Fuchs 87f336631b MT#62181 C++ sockaddr_storage
2 months ago
Richard Fuchs 0374fb95b7 MT#62181 add unsigned long overload for int2str
4 months ago
Richard Fuchs 4f9127242d MT#62181 whitespace cleanups
4 months ago
Richard Fuchs d847534a6a MT#62181 store sip_msg buffer as std::string
4 months ago
Richard Fuchs 1447377dd2 MT#62181 use const pointers for parsing
5 months ago
Richard Fuchs 9fa38e07a8 MT#62181 whitespace cleanups
5 months ago
Richard Fuchs 65cb4eaeb0 MT#62181 change to_tag to std::string
5 months ago
Richard Fuchs 19c7bfb40b MT#62181 whitespace cleanups
5 months ago
Richard Fuchs 27fb2726bb MT#62181 change dialog_id to std::string
5 months ago
Richard Fuchs 8083dcd92f MT#62181 use shared_ptr for msg_logger
10 months ago
Richard Fuchs 2205da584d MT#62181 use shared_ptr for refcounting sockets
11 months ago
Richard Fuchs ce39e4118f MT#62181 rework singleton
11 months ago
Richard Fuchs b95a9dd5e1 MT#62181 trans_layer: fix NULL dereference
1 year ago
Donat Zenichev aba95f88bf MT#59962 _trans_layer: `send_request()` check `p_msg` before using
1 year ago
Donat Zenichev 78a45d1284 MT#59962 _trans_layer: `update_uac_request()` use ref. to ptr
1 year ago
Donat Zenichev 13ff63532c MT#57391 sems (CE): eliminate the `auto_ptr` usage (deprecated in C++11)
3 years ago
Victor Seva 2bf464e5cb Imported Upstream version 1.6.0~20150612~a2d214df36
11 years ago
Victor Seva 6a96ffdbbc Imported Upstream version 1.6.0~20150519~ae8a42
11 years ago
Victor Seva be6b7d527c Imported Upstream version 1.6.0~20140819~0b6d12
12 years ago
Victor Seva df9992620d Imported Upstream version 1.6.0~20140516~eaa616
12 years ago
Victor Seva d8b3cbf475 Imported Upstream version 1.4.3
13 years ago
Raphael Coeffic 1becd3cc94 b/f: fixes timeout issue introduced in 92293570
14 years ago
Raphael Coeffic e8da7b8945 b/f: fixes possible deadlock when messages are sent from handle_sip_reply().
14 years ago
Stefan Sayer 83ad77d1c2 core: making SIP timers configurable
14 years ago
Raphael Coeffic 841be6b7a7 sip: timer C support.
14 years ago
Stefan Sayer 49928e2bd9 b/f: print parsing error if known
15 years ago
Stefan Sayer 0e3923afb6 b/f: mismatching allocation and deallocation: ack_buf
15 years ago
Raphael Coeffic af8dfe9e76 generate non-200-ACK on the fly instead of using the retransmission buffer.
15 years ago
Raphael Coeffic 59aaa25aa8 adds more debug infos for ACK matching.
15 years ago
Raphael Coeffic 8f24bcfe4f b/f: fixes the ACK/200 matching for transaction looped back to SEMS.
15 years ago
Raphael Coeffic aaaa6ae382 b/f: pass only 200-ACK request to the UA layer.
15 years ago
Raphael Coeffic 7c6cf9a4d5 do not bother about to-tag for anything else but 2xx replies.
15 years ago
Stefan Sayer b2d952105f b/f: use ERROR instead of printf
15 years ago
Raphael Coeffic 7c16e8466e b/f: do not pass orphan replies to UA.
15 years ago
Raphael Coeffic 7058baf658 b/f: cancel msg length & zero-termination.
15 years ago
Raphael Coeffic f50051ddf3 b/f: PRACK transaction matching.
16 years ago
Raphael Coeffic 71c24a546d b/f: multiple routes within a [Record-]Route HF.
16 years ago
Stefan Sayer f6f29c636d b/f: don't pass prov reply to CANCEL to UA
16 years ago
Raphael Coeffic c5ccd21ead b/f: fixes last route for strict routing.
16 years ago