- 30 Jan, 2007 1 commit
-
-
Pekka Pessi authored
Thanks for Maxim Zaikin for reporting the problem. darcs-hash:20070130193708-65a35-5d618ca123a85cb74c2ed63fa1742dbf8d4ac023.gz
-
- 26 Jan, 2007 3 commits
-
-
Pekka Pessi authored
Added a few test cases and fixed errors in su_port.c. darcs-hash:20070126184414-65a35-b3d2a1864afa68cf7511c6b02a1dfef4a89dcb0c.gz
-
Pekka Pessi authored
Basic su_port.c implementation using pthreads and poll() is now divided into three modules: su_base_port.c contains base implementation with su_base_*() functions, su_pthread_port.c contains pthread-specific implementation and su_poll_port() contains poll()/epoll()-specific parts. The decomposed su_port allows implementations on different platforms and usages to share code as far as possible. This patch also introduces configure option --disable-poll-port which should be used on systems with emulated poll, like older *BSD derivatives such as OS X. Note however that su_select_poll.c is not completed yet. darcs-hash:20070126155634-65a35-09612536f51f7cd14c33ba42278bc9ed2cee4144.gz
-
Pekka Pessi authored
darcs-hash:20070126150433-65a35-c166a6e22835932c06ffd304c4f8a0d57d677ad4.gz
-
- 25 Jan, 2007 2 commits
-
-
Pekka Pessi authored
darcs-hash:20070125161641-65a35-a4fb3b811e0b30eb2250d0b2e63ea65dd498e63c.gz
-
Pekka Pessi authored
Re-ordered some fields for best possible 64-bit experience. darcs-hash:20070125155043-65a35-59ab3197895410c14c05439287c47105cdcb7d86.gz
-
- 26 Jan, 2007 1 commit
-
-
Pekka Pessi authored
darcs-hash:20070126140757-65a35-22a1d66612ff057d5bf4231334d604f4e14a4b1f.gz
-
- 24 Jan, 2007 3 commits
-
-
Pekka Pessi authored
There is now nua_server_methods_t table for handling requests on server side. darcs-hash:20070124171140-65a35-d5dd2c7ee3940307bf8bbc308321c46234639a77.gz
-
Pekka Pessi authored
darcs-hash:20070124170929-65a35-3867227e0e93479b564f63b867b421a5ee65ae0f.gz
-
Pekka Pessi authored
darcs-hash:20070124175602-65a35-9680ec98f8ccecb044a5620b4ead14d6cbb7764b.gz
-
- 08 Jan, 2007 2 commits
-
-
Pekka Pessi authored
darcs-hash:20070108152949-65a35-a69206713a73098f644e078eb9706dde2275df1a.gz
-
Pekka Pessi authored
darcs-hash:20070108150344-65a35-d3e37860a371269ea672cfb71f4d71066ae1c4aa.gz
-
- 02 Jan, 2007 1 commit
-
-
Pekka Pessi authored
Use outbound_get_contacts() and outbound_start_registering() instead of outbound_register_request(). darcs-hash:20070102083131-65a35-1e0138884098fde9746cff018ec27c3c4e98a232.gz
-
- 08 Jan, 2007 2 commits
-
-
Pekka Pessi authored
darcs-hash:20070108151007-65a35-073eaee882acf85f1099f8b1367e712b61e0b4b0.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
-
- 23 Jan, 2007 1 commit
-
-
Pekka Pessi authored
This is a partial fix to the bug #1633969 in sf.net. darcs-hash:20070123165507-65a35-375f44d2ec4d1c6c61844d31edf785d49dc9ee10.gz
-
- 26 Jan, 2007 1 commit
-
-
Roman Filonenko shkoder at ua.fm authored
darcs-hash:20070126152206-a63cf-adf21a7e5e736df29cb784619990e2dccbdf9b32.gz
-
- 25 Jan, 2007 1 commit
-
-
Pekka Pessi authored
darcs-hash:20070125161702-65a35-8c28b1b92520e6c8ee3ac7e4cba833f8a7b038d3.gz
-
- 24 Jan, 2007 4 commits
-
-
Pekka Pessi authored
darcs-hash:20070124155828-65a35-0408ee62c9f024491badfe5747a8debdd6b80c43.gz
-
Pekka Pessi authored
darcs-hash:20070124152906-65a35-a6d6a010a4f3778cf6476f97f02ed3032ef4d384.gz
-
Pekka Pessi authored
darcs-hash:20070124152825-65a35-85313abfc1c4a05a84c10b95c873463fcedc96ee.gz
-
Pekka Pessi authored
darcs-hash:20070124161401-65a35-11bd806701cb603833aeb986a2dc282b8bc0b4e9.gz
-
- 02 Jan, 2007 2 commits
-
-
Pekka Pessi authored
darcs-hash:20070102084842-65a35-cfc559839428a5ed24fe24554b641eaa49192638.gz
-
Pekka Pessi authored
darcs-hash:20070102084802-65a35-9f4de57f779ff9249f01bc7e7b5ec942483069d4.gz
-
- 24 Jan, 2007 1 commit
-
-
Kai Vehmanen authored
Added support for querying DNS servers with IP Helper on win32. Disabled by default. Patch by Roman Filonenko. darcs-hash:20070124154130-77cd4-ec3f099d1f824f591af8f918c9071d4764e6197c.gz
-
- 03 Jan, 2007 1 commit
-
-
Pekka Pessi authored
darcs-hash:20070103090315-65a35-700a344e7ef862c32d25eb40b378a76bc9242519.gz
-
- 24 Jan, 2007 5 commits
-
-
Martti Mela authored
darcs-hash:20070124135153-1b897-504c921784aff4c06292782d99539892c2214ded.gz
-
Martti Mela authored
darcs-hash:20070124134438-1b897-24967c567ec86e45957171f9ab04c38e6dd990de.gz
-
Martti Mela authored
darcs-hash:20070124134254-1b897-83a83784199fa789215cbf4e75459e6ca9e2d1bf.gz
-
Remi Denis-Courmont authored
Make room for network change implementation that would not need pthread. BSD(AF_ROUTE) and Linux(AF_NETLINK) would typically only need to register a socket to the root object, which is more lightweight. Also some cosmetic fixes. darcs-hash:20070124104255-9301c-583bbbddabbd3dd2add51a8a22accb7b7139c05e.gz
-
Kai Vehmanen authored
darcs-hash:20070124134047-7659e-2a6cd59f30d8af1edbfeac5416646f53e56ea066.gz
-
- 22 Jan, 2007 1 commit
-
-
Michael Jerris mike at jerris.com authored
darcs-hash:20070122150838-3ff9f-061f703ed72b2625ac198bc43d7062eb31551ffa.gz
-
- 02 Jan, 2007 3 commits
-
-
Kai Vehmanen authored
darcs-hash:20070102153326-7659e-eb813d02cb871dd59903cf780f325413e5a1d48c.gz
-
Kai Vehmanen authored
darcs-hash:20070102113300-77cd4-a7bb0a10b20232403716e4525084b71317ddfe66.gz
-
Kai Vehmanen authored
darcs-hash:20070102112616-77cd4-8138993ffe03e8502991735cbe982a674041ad1a.gz
-
- 29 Dec, 2006 1 commit
-
-
Kai Vehmanen authored
darcs-hash:20061229162452-7659e-5a9c5663cfbee131dfda0c04f30c80d55874a83f.gz
-
- 22 Dec, 2006 3 commits
-
-
Pekka Pessi authored
darcs-hash:20061222155536-65a35-d893ed157f4a9de93d5db8d7175de4bb3afbfa32.gz
-
Roman Filonenko shkoder at ua.fm authored
Original patch by Roman Filonenko was slightly modified and re-recorded by Pekka Pessi. Now letting environment variables override TPTAG_LOG() or TPTAG_DUMP(). darcs-hash:20061222155506-a63cf-eb5cf7624c24f7db7fc66cfae29873f97a5fd88f.gz
-
Pekka Pessi authored
darcs-hash:20061222154232-65a35-4dbd741170d150228f18120c8a4ed0c66f0a86c5.gz
-