OSSP CVS Repository

ossp - History for /ossp-pkg/sa/TODO
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Directory]  [Omit Milestones

DateVersion Description
2003-Feb-07 21:47    1.48    Check-in [3181]: Add internal address resolving support via the new IEEE Std 1003.1g-2000 ("POSIX.1") getaddrinfo(3) API. This especially provides more portable IPv6 address resolving. By rse. (diff)
2002-Nov-07 14:05    1.47    Check-in [2754]: remember issue By rse. (diff)
2002-Oct-31 08:17    1.46    Check-in [2703]: polish for OSSP sa 1.0.0 release By rse. (diff)
2002-Oct-30 19:46    1.45    Check-in [2692]: puhhh... finally finish test suite By rse. (diff)
2002-Oct-30 09:43    1.44    Check-in [2687]: now done By rse. (diff)
2002-Oct-27 08:56    1.43    Check-in [2682]: remember before working on it By rse. (diff)
2002-Oct-27 08:55    1.42    Check-in [2681]: move to cando section By rse. (diff)
2002-Oct-26 20:28    1.41    Check-in [2680]: finish documentation By rse. (diff)
2002-Oct-26 20:01    1.40    Check-in [2679]: remember already started sub-project By rse. (diff)
2002-Oct-26 19:59    1.39    Check-in [2678]: cleanup source tree By rse. (diff)
2002-Oct-26 17:45    1.38    Check-in [2677]: strip trailing whitespaces By rse. (diff)
2002-Oct-25 21:53    1.37    Check-in [2673]: remember issue By rse. (diff)
2002-Oct-11 17:28    1.36    Check-in [2567]: now fixed, too. By rse. (diff)
2002-Sep-22 09:36    1.35    Check-in [2541]: remember By rse. (diff)
2002-Apr-01 14:22    1.34    Check-in [2053]: remember issue By rse. (diff)
2002-Jan-02 14:54    1.33    Check-in [1488]: todo By rse. (diff)
2002-Jan-02 14:20    1.32    Check-in [1481]: first cut for PF_XXX usage By rse. (diff)
2001-Oct-31 21:07    1.31    Check-in [1237]: move two things from TODO to CANDO and describe in detail By rse. (diff)
2001-Oct-31 20:52    1.30    Check-in [1234]: now provided by sa_option() By rse. (diff)
2001-Oct-31 14:11    1.29    Check-in [1230]: remember the issue now that we did our best By rse. (diff)
2001-Oct-31 10:46    1.28    Check-in [1227]: remember issue here, too. By rse. (diff)
2001-Oct-26 12:57    1.27    Check-in [1219]: errr.. I meant blocking, not buffering By rse. (diff)
2001-Oct-24 14:24    1.26    Check-in [1209]: remember multiple return issue on resolving By rse. (diff)
2001-Oct-23 14:02    1.25    Check-in [1202]: remember issue By rse. (diff)
2001-Oct-10 17:54    1.24    Check-in [1148]: update TODO By rse. (diff)
2001-Oct-10 17:51    1.23    Check-in [1147]: update TODO By rse. (diff)
2001-Oct-10 11:21    1.22    Check-in [1142]: Revert my idea of using an L2-style error handling also in SA, because this is not possible in a consistent way due to the multiple objects and the fact that we cannot remember anything without an object (in L2 an environment object will be introduced soon, so there is it is a different game). So we use a plain sa_error() which is now similar to strerror(3). By rse. (diff)
2001-Oct-10 11:05    1.21    Check-in [1141]: Woohoooo, fully revamp formatting stuff:

- evolve sa_mvsnprintf() into an sa_mvxprintf() which 1. is output independent 2. support especially no-output mode (length determination only) 3. performs better by output plain text in largest possible chunks 4. does output operation only once in the loop (smaller code-size)

- write a new sa_mvsnprintf() for buffer output based on sa_mvxprintf()

- change sa_writef() from brain-dead and problematic "first format anything into temporary buffer following by a single write" to the expected "format on-the-fly into the SA_BUFFER_WRITE and if not enough space exists, write directly to the socket". By rse. (diff)

2001-Oct-10 09:57    1.20    Check-in [1140]: cleanup By rse. (diff)
2001-Oct-10 09:42    1.19    Check-in [1138]: Change

   sa_rc_t sa_buffers      (sa_t *sa, size_t rsize, size_t wsize);

to sa_rc_t sa_buffer (sa_t *sa, sa_buffer_t id, size_t size);

in order to make this API function more flexible. By rse. (diff)

2001-Oct-09 20:55    1.18    Check-in [1133]: remember error issue By rse. (diff)
2001-Oct-09 20:34    1.17    Check-in [1128]: Change return code semantic for timeouts from "rv == SA_ERR_SYS && errno == ETIMEDOUT" to a dedicated timeout return value "rv == SA_ERR_TMT". By rse. (diff)
2001-Oct-09 20:27    1.16    Check-in [1127]: update TODO By rse. (diff)
2001-Oct-09 20:26    1.15    Check-in [1126]: support relative paths for 'unix:path' By rse. (diff)
2001-Oct-08 17:17    1.14    Check-in [1112]: remember TODOs By rse. (diff)
2001-Oct-07 17:21    1.13    Check-in [1096]: Implement (still fully untested!) system call overriding support through a new function sa_syscall(). Anybody here who finds predestinated to test this out in depth? By rse. (diff)
2001-Oct-07 16:17    1.12    Check-in [1095]: update TODO By rse. (diff)
2001-Oct-06 13:05    1.11    Check-in [1089]: remember writev issue By rse. (diff)
2001-Oct-06 13:02    1.10    Check-in [1087]: remember timeout issue By rse. (diff)
2001-Oct-05 23:37    1.9    Check-in [1086]: remember test suite issue By rse. (diff)
2001-Oct-05 23:37    1.8    Check-in [1085]: update TODO By rse. (diff)
2001-Oct-05 22:52    1.7    Check-in [1083]: Woohhhooo: Second major revamp of Socket Abstraction (SA) library. This time is gets really close to a 100% clean and polished library. By rse. (diff)
2001-Oct-05 15:18    1.6    Check-in [1080]: no timeout is already implemented By rse. (diff)
2001-Oct-05 15:17    1.5    Check-in [1079]: Support fully unbuffered I/O and make this the default. By rse. (diff)
2001-Oct-05 13:55    1.4    Check-in [1077]: remember one more thing By rse. (diff)
2001-Oct-05 13:40    1.3    Check-in [1074]: Major revamp of SA library in order to support Unix Domain sockets. - "{tcp,udp}://host:port" addresses are now "inet://host:port" addresses - "unix:/path/to/socket" is the address for Unix Domain sockets - sa_type() was introduced which sets socket type to stream or datagram By rse. (diff)
2001-Oct-04 13:25    1.2    Check-in [1067]: Change sa_addr_t API: - there is now a constructor and destructor - renamed sa_x2x functions to sa_addr_x2x By rse. (diff)
2001-Oct-02 15:27    1.1    Check-in [1051]: Initial revision By rse.
2001-Oct-02 15:27    1.1.1.1    Check-in [1050]: Import first cut of OSSP SA By rse.

CVSTrac 2.0.1