- 27 Nov, 2008 1 commit
-
-
Pekka Pessi authored
darcs-hash:20081127130233-db55f-877565a26e71e04155c8cc7897f41ed80e616654.gz
-
- 03 Sep, 2008 1 commit
-
-
Pekka Pessi authored
darcs-hash:20080903182106-db55f-7a3f89c22e7833fb7b8d48b5fd09917ce5bf7c03.gz
-
- 20 May, 2008 1 commit
-
-
Pekka Pessi authored
darcs-hash:20080520114657-65a35-2716db9c28ae155a9600e15b628224d2897848ef.gz
-
- 12 May, 2008 1 commit
-
-
Pekka Pessi authored
Added nua_dialog_update_params() and virtual method usage_update_params() for each dialog usage. darcs-hash:20080512225136-db55f-d8d913863e22d4a7836345fac331e7b424543a4a.gz
-
- 07 Mar, 2008 1 commit
-
-
Pekka Pessi authored
If a session was terminated because of a error response returned to a request (as specified by RFC 5157), the nua_i_state event was not sent. Even with this fix, if a dialog has multiple usages, the event usages can be terminated without any indication to the application. darcs-hash:20080307163336-65a35-cd2e979af405323e2131c7c8dc662e0ab645bbac.gz
-
- 25 Feb, 2008 1 commit
-
-
Pekka Pessi authored
darcs-hash:20080225171031-65a35-18de5b5013d2ba41ec87edea28110122300d4939.gz
-
- 18 Jan, 2008 1 commit
-
-
Pekka Pessi authored
Made internally generated 900 (and 904) response phrases unique as suggested by Jerry Richards. darcs-hash:20080118160610-65a35-585aad7ef4702a832f8d1c34bfa179e81014bc2e.gz
-
- 27 Jun, 2007 1 commit
-
-
Pekka Pessi authored
darcs-hash:20070627094612-65a35-a40398f0eff6b6f258dd074f8d88d0c355b26203.gz
-
- 19 Apr, 2007 1 commit
-
-
Pekka Pessi authored
Fixed test case, too. Thanks for Jan van den Bosch for reporting the problem. darcs-hash:20070419101842-55b16-ea6aa147c43015093c2961ef47ff08db70173b13.gz
-
- 11 Apr, 2007 1 commit
-
-
Pekka Pessi authored
Updated documentation (linking to NUTAG_WITH_THIS()). darcs-hash:20070411134238-65a35-c53c36242d30145f3815f60539fd6c566fa6f9b0.gz
-
- 26 Feb, 2007 1 commit
-
-
Pekka Pessi authored
The termination request was sent occasionally sent twice, resulting in assertion failure. Problem reported by Michael Jerris. darcs-hash:20070226185130-55b16-bd97966b586a3a9a714e8426c2c017f3b4874184.gz
-
- 24 Jan, 2007 1 commit
-
-
Pekka Pessi authored
There is now nua_server_methods_t table for handling requests on server side. darcs-hash:20070124171140-65a35-d5dd2c7ee3940307bf8bbc308321c46234639a77.gz
-
- 08 Jan, 2007 2 commits
-
-
Pekka Pessi authored
darcs-hash:20070108152949-65a35-a69206713a73098f644e078eb9706dde2275df1a.gz
-
Pekka Pessi authored
darcs-hash:20070108150914-65a35-6bc0dc9fc52a969a1591dac50df716c062203a14.gz
-
- 02 Jan, 2007 1 commit
-
-
Pekka Pessi authored
Now each handle has a queue of client-side requests; if a request is pending, a new request from API is added to the queue. After the request is complete, it is removed from the queue and destroyed by the default. The exception is the client requests bound to a dialog usage: they are saved and re-used when the dialog usage is refreshed (and sometimes when they are terminated). The client request is subclassed and its behaviour modified using virtual function table in nua_client_methods_t. darcs-hash:20070102121444-65a35-f1fa4d836b95611cfbc6141ff491afcb8b789a74.gz
-
- 10 Nov, 2006 1 commit
-
-
Pekka Pessi authored
darcs-hash:20061110073313-65a35-45150fe2bd0ab9b6fb8d48d42c56efdf71d366db.gz
-
- 27 Oct, 2006 1 commit
-
-
Pekka Pessi authored
Moved documentation of nua_options(), nua_i_options, nua_i_refer, nua_message(), nua_i_message, nua_r_message. Added documentation of nua_i_register, nua_i_outbound. darcs-hash:20061027132439-65a35-c14ef4d7e99bd5f442da19d3770bd08fb4adf849.gz
-
- 25 Oct, 2006 2 commits
-
-
Pekka Pessi authored
darcs-hash:20061025080255-65a35-9be7838a49a22ec5c5aed4257368613ff4ade1ec.gz
-
Pekka Pessi authored
darcs-hash:20061025081244-65a35-9a77e1c68163fba2f5d2a26823d502236adcfd17.gz
-
- 17 Oct, 2006 1 commit
-
-
Pekka Pessi authored
Updated nua_publish.c, test_simple.c. Moved #nua_i_publish documentation to nua_publish.c from nua.docs. darcs-hash:20061017165456-65a35-ecf4ad618e4d702fa07f37421c534d540b48e792.gz
-
- 03 Oct, 2006 1 commit
-
-
Pekka Pessi authored
darcs-hash:20061003082919-65a35-8665b0f77aa5c0a8c24e3ebbb689446ac120cc68.gz
-
- 26 Sep, 2006 1 commit
-
-
Pekka Pessi authored
msg, nth, nua, sip, soa, sresolv, su, tport: signed/unsigned fixes, fixes in checking error returns. darcs-hash:20060926112825-65a35-d94b2830f4e2cc4d7af21308f69d4d94d068b3e6.gz
-
- 21 Aug, 2006 1 commit
-
-
Pekka Pessi authored
No more using expicitly set du_pending function pointer but a function pointer table used by dialog_usage. Changes in nua_dialog.c, nua_dialog.h, nua_publish.c, nua_register.c, nua_session.c, nua_subnotref.c, nua_stack.h, nua_stack.c. Added nua_notifier.c and moved notifier side of SIP event protocol to it. Added nua_notifier.c to Makefile.am, too. darcs-hash:20060821162147-65a35-871aef45582afdc6ed7e62711c0dfb12408ab4a9.gz
-
- 17 May, 2006 1 commit
-
-
Pekka Pessi authored
Use a copy instead of a reference to the message template when refreshing in nua_register.c, nua_subnotref.c and nua_publish.c. darcs-hash:20060517125712-65a35-6362a5765b3bffbc3bfec5c18254a59d9667e6f4.gz
-
- 10 May, 2006 1 commit
-
-
Pekka Pessi authored
Added nua_publish_usage_refresh(), nua_publish_usage_shutdown(). darcs-hash:20060510070456-65a35-3f57976c6cb38e011aefe948d62e77052e0c7e2c.gz
-
- 25 Apr, 2006 4 commits
-
-
Pekka Pessi authored
nua_unpublish uses tags from initial nua_publish() 900 status returned when there is no Expires header is 2XX response to PUBLISH. darcs-hash:20060425154756-65a35-526058612fbfbbab31e022978e7f02f2957b31fe.gz
-
Pekka Pessi authored
darcs-hash:20060425154621-65a35-08b03e917e66da1ee5038e888b705ef984d29237.gz
-
Pekka Pessi authored
Updated documentation, added nua_r_unpublish documentation. darcs-hash:20060425153922-65a35-56c45c334f1c1d00a30cad8a40a9454c99534fa2.gz
-
Pekka Pessi authored
Saving the initial PUBLISH message along with message body and content type. They are re-used if 412 is received or if 2XX response contains Expires: 0. If 2XX response is received without Expires header, we report internal error to application. darcs-hash:20060425151958-65a35-1b5487a08c04aae566b19242a71c3ba65d4f3259.gz
-
- 17 Apr, 2006 1 commit
-
-
Pekka Pessi authored
darcs-hash:20060417043228-88462-67cd8fb78e440ce45d0a1948f93e513940af2761.gz
-
- 08 Mar, 2006 1 commit
-
-
Pekka Pessi authored
darcs-hash:20060308162955-65a35-a80f73008ddae5845d2dc72deef893af15e73c9f.gz
-