1
I Use This!
Very High Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 11 hours ago.
Aug 19, 2024 — Aug 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed bug in sockopt() function (always returned first option value). More... about 23 years ago
The Socket getoption and setoption methods no longer have the option "level" as an argument and the option name is now specified as a string (the numeric values defined in sockdefs.js are not cross-platform). More... about 23 years ago
Exported the sockopt function. More... about 23 years ago
Removed SO_USELOOPBACK option (not unix sockets compatible). More... about 23 years ago
Added sockopts module (for get_socket_options function). More... about 23 years ago
Created set_socket_options function that parses ctrl/sockopts.cfg for flexible control of socket options for all open and accepted sockets. More... about 23 years ago
Bugfix: wasn't saving sub-boards newsgroup name. More... about 23 years ago
All SMB functions that access file stream pointers first check if the pointer is NULL (not open) and return SMB_ERR_NOT_OPEN in that case. More... about 23 years ago
Added definition of SMB_ERR_NOT_OPEN (error value returned when message base files aren't open). More... about 23 years ago
Added support to SMTP server for "forward:" and "local:" address prefixes, allowing sender-control of forwarding to external mail addresses. More... about 23 years ago
Creates User class in event thread. More... about 23 years ago
Added double to unsigned long conversion for format method. More... about 23 years ago
Added double to unsigned long conversion for printf. More... about 23 years ago
Increased sleep back to 1 sec, added TThreadList comment. More... about 23 years ago
Added a StatusBar, Timer, and List. More... about 23 years ago
Created a TList object to represent a shared resouce. More... about 23 years ago
Kylix project file for ThreadCreate. More... about 23 years ago
Added Kylix/Linux support. More... about 23 years ago
CLX TThread demo for BorCon. More... about 23 years ago
Removed call to Thread::Terminate and getchar(). More... about 23 years ago
Removed the TestThread destructor. More... about 23 years ago
Removed #inclusion of vcl.h (not in Kylix). More... about 23 years ago
Fixed #include filenames for Unix compatibility (case sensitivity). Added INFINITE definition (for Kylix compatibilty). More... about 23 years ago
Changed to INFINITE semaphore waits (for Unix compatibility). More... about 23 years ago
Uses Baja printfile function instead of printfile_str, so @-codes are supported. More... about 23 years ago
Borland C++ links with libpthread.so instead of .a. More... over 23 years ago
New makefile names. More... over 23 years ago
Changed maximum allowed e-mail name from 25 to 40 chars (to allow longer Internet e-mail addresses). More... over 23 years ago
CLX thread example. More... over 23 years ago
Changed win32 in output directory name to Win32. More... over 23 years ago