summaryrefslogtreecommitdiff
path: root/pjlib/src
AgeCommit message (Expand)Author
2008-08-13pj_sockaddr_copy_addr() might raise assertion if destination address is not i...Benny Prijono
2008-08-04Added new active socket API's to specify application buffers in start_read() ...Benny Prijono
2008-07-29Initial work for ticket #579: added option to make the active socket sends al...Benny Prijono
2008-07-28Added PJ_LOG_HAS_LEVEL_TEXT logging flag to display the log verbosity level (...Benny Prijono
2008-07-25Fixed linking errors in pjnath when TCP is disabled in PJLIBBenny Prijono
2008-07-23pj_strtoul() should stop the conversion as soon as it finds a non-digit chara...Benny Prijono
2008-07-19Ticket #571: Coloring for logs in Linux/UNIX, two more spaces in logs and run...Benny Prijono
2008-07-18Ticket #575: Unregistering from Windows IOCompletionPort (IOCP) ioqueue does ...Benny Prijono
2008-07-14Slight optimization in GUID generation for Win32 (removed unnecessary copy be...Benny Prijono
2008-07-14Ticket #568: The hash table ignores the last row of the table in hash table i...Benny Prijono
2008-07-13Ticket #565: Call WSACleanup() when pj_shutdown() is called on WindowsBenny Prijono
2008-07-12Ticket #561: select() ioqueue default concurrency setting is not initialized ...Benny Prijono
2008-07-12Ticket 559 (minor): Update the pool alternative API (pool_alt.h) with the lat...Benny Prijono
2008-07-07Configuration option to include/exclude loopback interface in enum_ip_interfa...Benny Prijono
2008-07-07Fixed segfault when getifaddrs() returns NULL address (thanks Filippo Zangheri)Benny Prijono
2008-07-01Changed version to 0.9.0-trunkBenny Prijono
2008-06-28Updated PJ_VERSION to 0.9.0-releaseBenny Prijono
2008-06-20Large changeset to replace all occurences of year 2007 with 2008 in the copyr...Benny Prijono
2008-06-09Related to r1996, do not return 0.0.0.0/8 class IP address in pj_gethostip() ...Benny Prijono
2008-06-07Ignore 0.0.0.0/8 class IP address in interface enumeration function since thi...Benny Prijono
2008-06-06More ticket #531: added user_data parameter in activesocket creation API to m...Benny Prijono
2008-05-20Fixed Symbian build error caused by active socket addition to pjlib in ticket...Benny Prijono
2008-05-15Fixed bug with pj_generate_unique_string() initialization trying to access th...Benny Prijono
2008-05-11Implement ticket #531: active socket abstraction to make ioqueue programming ...Benny Prijono
2008-05-11Added pj_sockaddr_cp()Benny Prijono
2008-04-23Fixed chunk size alignment in pool drain testNanang Izzuddin
2008-04-22Workaround for pj_thread_sleep() failure with ETIMEDOUT in MacOS X (thanks Da...Benny Prijono
2008-04-02Ticket #520: Race condition may cause ioqueue corruption (thanks Philippe Leuba)Benny Prijono
2008-03-13Ticket #512: Bug in select ioqueue causing unnecessary sleep() to be invoked ...Benny Prijono
2008-03-04Ticket #500: implementation of thread priority setting on os_core_unix.cBenny Prijono
2008-03-04Ticket #500: Added function to set thread priority in PJLIBBenny Prijono
2008-02-29Fixed bug caused by ticket #412: critical section is not released!Benny Prijono
2008-02-21Ticket #412: increased randomness of guid_simple.c to 192-bits, and seed rand...Benny Prijono
2008-02-14More ticket #469: fix in ioqueue to handle case when key has been unregistere...Benny Prijono
2008-02-14Implemented ticket #474 for SymbianBenny Prijono
2008-02-13Ticket #474: option in ioqueue to control concurrency (to allow/disallow simu...Benny Prijono
2008-02-08More ticket #472: Fixed problem when building on Mingw. Now PJ_FD_SETSIZE_SET...Benny Prijono
2008-02-08Fixed compilation errors on Symbian and others caused by ticket #472 (FD_SETS...Benny Prijono
2008-02-07Ticket #470, #471, and #472: Compile error when semaphore.h is not present, C...Benny Prijono
2008-01-26Added pj_strstr() and pj_stristr() in pjlibBenny Prijono
2008-01-25Fixed doxygen comments everywhereBenny Prijono
2008-01-24Related to ticket #458: pj_getaddrinfo() should return success if IP address ...Benny Prijono
2008-01-24Related to ticket #458: enum_interface() should return non-PJ_SUCCESS if it d...Benny Prijono
2008-01-19Fixed warning about uninitialized variable in VS6Benny Prijono
2008-01-09Ticket 440: pj_timer_entry_init() doesn't initialize timer IDBenny Prijono
2008-01-08Fixed compilation error about IFF_UPBenny Prijono
2008-01-04Fixed bug in IPv6 address to string conversion on WinCEBenny Prijono
2008-01-03Print stack usage upon thread exitingBenny Prijono
2008-01-02Minor fix: doesn't need to make TBuf static in pj_inet_ntoa() for SymbianBenny Prijono
2008-01-02Defect: new allocator didn't call factory on_block_alloc()/on_block_free()Benny Prijono