Commit graph

241 commits

Author SHA1 Message Date
Alfred E. Heggestad
284e55e545 debian: update changelog to 0.4.1 2012-04-21 20:09:10 +00:00
Alfred E. Heggestad
198faf7bf1 update ChangeLog for v0.4.1 2012-04-21 19:43:48 +00:00
Alfred E. Heggestad
9a969463ed This patch limits the size of the tcp send queue. Today its unlimited.
added function:


void tcp_conn_txqsz_set(struct tcp_conn *tc, size_t txqsz);
2012-04-21 16:08:34 +00:00
Alfred E. Heggestad
451eaab1c8 This patch make fixes lock protection of txstat during read
from the rtcp_stats() function.
2012-04-19 14:51:51 +00:00
Alfred E. Heggestad
1534a7ee1f update copyright to 2012 2012-04-15 21:31:25 +00:00
Alfred E. Heggestad
4e4ffe4b5b version 0.4.1 2012-04-15 14:01:16 +00:00
Richard Aas
78241d4a60 doxygen comments for SDP and TLS 2012-04-11 13:24:07 +00:00
Richard Aas
0f4e572462 use str_isset() 2012-04-10 09:32:34 +00:00
Alfred E. Heggestad
ff318620f5 mbuf_buf: cast NULL pointer to uint8_t pointer, as required by C++ 2012-04-05 19:49:12 +00:00
Alfred E. Heggestad
3791d0fbf9 patch: fix fmt/param functions, add fmt_param_exists() 2012-03-01 20:27:57 +00:00
Richard Aas
793ead14ee added str_isset() 2012-02-26 09:27:02 +00:00
Richard Aas
fbdc9501cf version 0.4.0-2 2012-02-16 13:46:06 +00:00
Alfred E. Heggestad
5b86cffba3 patch: move unsupported codecs to the end of the list 2012-02-15 23:05:11 +00:00
Alfred E. Heggestad
55fc138760 patch: dns client dnsc_srv_set(), copy DNS servers to fixed-size array 2012-01-30 15:35:10 +00:00
Alfred E. Heggestad
6e4aa8b3f4 patch: SIP tcp receive; startline max 8192, TCP reasm buffer max 64K 2012-01-15 14:58:41 +00:00
Alfred E. Heggestad
2f70e0cef3 update TODO 2012-01-08 20:15:01 +00:00
Alfred E. Heggestad
854edfb46d ChangeLog for v0.4.0 2011-12-24 21:26:04 +00:00
Alfred E. Heggestad
699ec683ed win32: add sipevent 2011-12-24 12:32:45 +00:00
Alfred E. Heggestad
a2a3eb1f3b debian: update version to 0.4.0 2011-12-24 11:24:56 +00:00
Richard Aas
985967fa39 sipevent: avoid C++ keywords 2011-12-23 07:56:23 +00:00
Alfred E. Heggestad
d78551bf75 dtls: check both DTLS_CTRL_GET_TIMEOUT and DTLS_CTRL_HANDLE_TIMEOUT 2011-12-22 13:41:34 +00:00
Alfred E. Heggestad
315a459deb fix DTLS compiling on Debian 5.0
ii  libssl-dev                           0.9.8g-15+lenny9           SSL development libraries, header files and documentation
2011-12-22 10:55:44 +00:00
Richard Aas
ecdc83ce46 added sipevent module + sip dialog fixes 2011-12-22 08:45:31 +00:00
Richard Aas
8e696bb9f0 sipevent: remove printf's 2011-12-22 07:53:40 +00:00
Richard Aas
7e7b2a8a99 sync with trunk 2011-12-22 07:39:50 +00:00
Richard Aas
fddf8ed5e7 tls: added DTLS 2011-12-22 07:36:31 +00:00
Alfred E. Heggestad
15d5274de3 update to version 0.4.0 2011-12-21 20:53:09 +00:00
Richard Aas
c1ac00011a sipevent misc fixes 2011-12-21 14:22:16 +00:00
Richard Aas
a6d0f1b9d1 sipevent misc fixes 2011-12-21 14:20:26 +00:00
Richard Aas
39094c71da merge with trunk 2011-12-20 14:54:21 +00:00
Richard Aas
11ef90532c merge with trunk 2011-12-20 14:47:37 +00:00
Richard Aas
aab54c330e don't set subscribed if termconf 2011-12-20 12:12:38 +00:00
Richard Aas
3ebaf443d3 handle expires 0 and wait for last NOTIFY 2011-12-20 11:59:26 +00:00
Richard Aas
a36ecce4e0 fix 489 reply 2011-12-19 15:14:30 +00:00
Richard Aas
ea664bbf7f fixed handler naming 2011-12-19 12:28:37 +00:00
Richard Aas
0178526e70 added parsing of substate/retry-after 2011-12-19 11:50:38 +00:00
Richard Aas
c1803bd705 propagate terminate substate 2011-12-19 07:30:33 +00:00
Alfred E. Heggestad
f3c6fb05da doxygen: include httpauth 2011-12-17 15:25:09 +00:00
Richard Aas
91b33112e9 send notify at timeout only when expires is 0 2011-12-17 07:25:24 +00:00
Richard Aas
25dcee759c init substate 2011-12-16 17:37:05 +00:00
Richard Aas
eb955d3d82 notify: substate and retry-after 2011-12-16 17:33:02 +00:00
Richard Aas
59145608c6 revert previous stuff 2011-12-16 16:37:55 +00:00
Richard Aas
fd6c3251f8 set substate based on mb 2011-12-16 14:51:28 +00:00
Richard Aas
1a346cbd6e avoid calling notify handler if terminated 2011-12-16 13:56:03 +00:00
Richard Aas
8d3f5dd257 revert previous patch 2011-12-16 13:44:15 +00:00
Richard Aas
a6eaa8c121 avoid calling notify handler if terminated 2011-12-16 13:37:52 +00:00
Richard Aas
f9a2aa88a4 handle notify replies internally 2011-12-16 13:26:10 +00:00
Richard Aas
ea52ebc9f4 timeout and all error responses removes a notifier subscription 2011-12-16 12:41:32 +00:00
Richard Aas
aefada5c81 expires_min option 2011-12-16 11:41:46 +00:00
Richard Aas
f6bdc84b80 fixed refer header api 2011-12-16 11:12:04 +00:00