- 27 Nov, 2008 1 commit
-
-
Pekka Pessi authored
darcs-hash:20081127130246-db55f-2c921f86123d7ec5bc6a51853ece932a5ec472b2.gz
-
- 03 Sep, 2008 1 commit
-
-
Pekka Pessi authored
Logging nua_handle_ref() and nua_handle_unref(). darcs-hash:20080903175522-db55f-7e0c674a44dd485bc6d7b379a88e21353502385a.gz
-
- 07 May, 2008 1 commit
-
-
Michael Jerris authored
darcs-hash:20080507122145-16063-83c7289751e7bac947256286dabeec7db81dec1a.gz
-
- 13 May, 2008 1 commit
-
-
Pekka Pessi authored
darcs-hash:20080513204750-db55f-d5cab2e715a3d0cd8815e7dad2c5d0501abe1b1a.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 May, 2008 1 commit
-
-
Pekka Pessi authored
darcs-hash:20080507140817-db55f-e5c49a5c4e475e42cd82e738ee3ed6e28af38da7.gz
-
- 06 Feb, 2008 1 commit
-
-
Pekka Pessi authored
darcs-hash:20080206170546-65a35-d9826f24242e4916ec27516dd840a7abf389247d.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 Nov, 2007 1 commit
-
-
Pekka Pessi authored
This seems to fix the memory leak within 1.12.7. darcs-hash:20071127002305-65a35-43967d305a1403bc0918195f34222143bce915e9.gz
-
- 11 Oct, 2007 1 commit
-
-
Pekka Pessi authored
The agent-level From header no longer overrides the From header set by nua_invite() and friends. Thanks to Fabio Margarido for keeping reporting about the problem. darcs-hash:20071011172512-88462-71a1fdafc97d4165e4ec6e3d64f221544fb8cd18.gz
-
- 10 Oct, 2007 1 commit
-
-
Pekka Pessi authored
Silenced warnings. darcs-hash:20071010171640-65a35-17a5edd3cb78d1485fdb34e6237a0d62e5e59f26.gz
-
- 08 Oct, 2007 1 commit
-
-
Pekka Pessi authored
darcs-hash:20071008115424-65a35-c4782d6a15123a780dccb865a92aff8cc517894c.gz
-
- 20 Sep, 2007 1 commit
-
-
Pekka Pessi authored
Updated tag documentation. Moved doxygen doc entries from sofia-sip/nua_tag.h to nua_tag.c. Removed internal datatypes and files from the generated documents. darcs-hash:20070920184104-65a35-a857fbdef8abba39f299f900d3fbef8e4b88c5a8.gz
-
- 19 Sep, 2007 1 commit
-
-
Pekka Pessi authored
darcs-hash:20070919173858-65a35-da523833b82a1a117e2b819e300d7248b7ee9922.gz
-
- 23 Jul, 2007 2 commits
-
-
Pekka Pessi authored
darcs-hash:20070723205948-65a35-9f05bad048c4a75556483ba838880df5bdb4294e.gz
-
Pekka Pessi authored
darcs-hash:20070723205948-65a35-b1087fa43f5773dfffef1380df26ca13b2926ac2.gz
-
- 28 Jun, 2007 1 commit
-
-
Martti Mela authored
darcs-hash:20070628111030-1b897-e74374d82cdd40a530beb655ec0194373e61c6d0.gz
-
- 23 Apr, 2007 1 commit
-
-
Martti Mela authored
darcs-hash:20070423131444-1b897-6275c45cd5d9b5275c93219c8a38f11557bc5851.gz
-
- 11 Apr, 2007 1 commit
-
-
Pekka Pessi authored
NUTAG_DIALOG(0): nua_method() reqest does not change dialog state NUTAG_DIALOG(1): nua_method() is target-refresh request NUTAG_DIALOG(2): nua_method() request creates a dialog darcs-hash:20070411133849-65a35-cb4f3646fd53797b9646cc2f61fdf1d0b2e0949d.gz
-
- 07 Feb, 2007 1 commit
-
-
Michael Jerris authored
It is not possible to cast function pointers to (void *) in C99 (section 6.2.2.3). C99 printf formatting expects (void *) for %p argument (section 7.13.6.1 p. 335). darcs-hash:20070207193814-16063-b6f3632e0911cee2ab67a1b184bbf18d3b7bd174.gz
-
- 06 Feb, 2007 2 commits
-
-
Pekka Pessi authored
darcs-hash:20070206151432-65a35-f6a582c5dbf61564689a3900c10ce4f75de8cbe2.gz
-
Pekka Pessi authored
nua: fixed problem where a final error response to initial request destroyed handle while application still had a reference. darcs-hash:20070206131119-65a35-e057f9e0bb738800bb98c4c64e14ce7cb1e2545d.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 1 commit
-
-
Pekka Pessi authored
darcs-hash:20070108152949-65a35-a69206713a73098f644e078eb9706dde2275df1a.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
-
- 28 Oct, 2006 1 commit
-
-
Pekka Pessi authored
darcs-hash:20061028113915-65a35-6d4740e73390427d04214223dcc8d47f5e24eed9.gz
-
- 13 Nov, 2006 1 commit
-
-
Pekka Pessi authored
darcs-hash:20061113140837-65a35-47805bb055f99a90bba156f88357c4b06efacfc7.gz
-
- 25 Oct, 2006 1 commit
-
-
Pekka Pessi authored
darcs-hash:20061025080255-65a35-9be7838a49a22ec5c5aed4257368613ff4ade1ec.gz
-
- 12 Oct, 2006 1 commit
-
-
Pekka Pessi authored
Using list of nua_server_request_t for queueing requests waiting for response. darcs-hash:20061012144217-65a35-b7ffa8fb90f96a41cb49b6bf5853169a548c96f6.gz
-
- 05 Oct, 2006 1 commit
-
-
Pekka Pessi authored
darcs-hash:20061005072624-65a35-d00897de6544687eb1b4d22391e2211481b9aacc.gz
-
- 04 Oct, 2006 2 commits
-
-
Pekka Pessi authored
darcs-hash:20061004160757-65a35-86caf182e27b4a77ef3dc86d3d4337930435eb22.gz
-
Pekka Pessi authored
Removed outdated nua_handle_has_streaming(). darcs-hash:20061004104437-65a35-5e70e3647da94ff42e3df490f312336959254e23.gz
-
- 03 Oct, 2006 1 commit
-
-
Pekka Pessi authored
darcs-hash:20061003082919-65a35-8665b0f77aa5c0a8c24e3ebbb689446ac120cc68.gz
-
- 26 Sep, 2006 2 commits
-
-
Michael Jerris authored
darcs-hash:20060926184617-16063-3e6311ae309d268d7b05d666d1bf247c2d727794.gz
-
Michael Jerris authored
darcs-hash:20060926180058-16063-cc9aa739e31bddd35cd7011e91b6ef62691123bf.gz
-
- 27 Sep, 2006 1 commit
-
-
Kai Vehmanen authored
darcs-hash:20060927090615-7659e-c25761746115fc23b360cf1f04218eeb22ba407a.gz
-
- 26 Sep, 2006 1 commit
-
-
Pekka Pessi authored
darcs-hash:20060926193056-65a35-cf8f5793ec0faba314657ee41bacd15c4a31e8ec.gz
-
- 25 Sep, 2006 1 commit
-
-
Pekka Pessi authored
The preferences are now handled in a more consistent way. nua_create() calls internally nua_set_params(). NUTAG_MEDIA_ENABLE() can be set handle-wise, even in nua_invite() or in nua_respond(). darcs-hash:20060925213223-65a35-5287236c60c3846eb8c6368186d92653d5e5261c.gz
-
- 12 Sep, 2006 1 commit
-
-
Pekka Pessi authored
darcs-hash:20060912172419-65a35-0120747d84dff39062f09edc473ff6ee040d1151.gz
-
- 07 Sep, 2006 1 commit
-
-
Pekka Pessi authored
The SDP answer is included in non-realiable 1XX response, if NUTAG_EARLY_ANSWER(1) is included in nua_response() tags, or the user SDP is specified with SOATAG_USER_SDP() or SOATAG_USER_SDP_STR() in nua_response() tags. test_basic_call.c: added test_basic_call_2() for testing the call setup where 180 contains the answer and the SDP in 200 OK is ignored. darcs-hash:20060907141236-65a35-e0364e67f4c5d446bf7195e1c5dc721ddaaa0894.gz
-