summaryrefslogtreecommitdiff
path: root/omapip
Commit message (Expand)AuthorAgeFilesLines
...
* If waiter gets a disconnect message, flag object as ready with ECONNRESET.Ted Lemon2001-05-191-0/+7
* Add CONNRESET and UNKNOWNATTRIBUTE.Ted Lemon2001-05-192-2/+4
* Don't dereference value if none was sent.Ted Lemon2001-05-181-1/+2
* allow generic object to not track changes.Ted Lemon2001-05-181-3/+39
* Make includes/isc-dhcp.Ted Lemon2001-05-171-1/+2
* includes/isc -> includes/isc-dhcpTed Lemon2001-05-172-4/+6
* Make it compile without debugging enabled.Ted Lemon2001-05-121-3/+10
* Clean up a bunch of memory leaks in OMAPITed Lemon2001-05-115-42/+135
* Oops, get rid of a not-quite-blank line.Ted Lemon2001-05-021-1/+1
* Add a strcasecmp for comparing omapi_data_type_t's.Ted Lemon2001-05-021-0/+25
* Do a case-insensitive compare on the key algorithm name.Ted Lemon2001-05-021-3/+3
* Return key unknown when key lookup fails.Ted Lemon2001-05-021-1/+1
* Cosmetic fix.Ted Lemon2001-05-021-1/+1
* Need error message translation for omapi as well.Ted Lemon2001-05-022-2/+330
* Return connection failure status codes.Ted Lemon2001-05-021-4/+27
* Don't continue to try to trace if we can't open the tracefile.Ted Lemon2001-04-241-1/+1
* Don't allow writes on a closed connection.Ted Lemon2001-04-201-0/+6
* Undo previous change.Ted Lemon2001-04-201-4/+0
* If an IO descriptor goes bad, stop waiting on it.Ted Lemon2001-04-201-6/+28
* - If we get an ECONNRESET, drop the connection immediately - don'tTed Lemon2001-04-201-1/+1
* If we find an active IO object with a bad descriptor, unregister it.Ted Lemon2001-04-181-0/+4
* Don't do refcount tracing on dmalloc/dfree unless the user asks for it.Ted Lemon2001-04-161-0/+4
* Arf... these are nroff output, but I don't have the original troff source.Ben Cottrell2001-04-121-0/+192
* Don't require a const (prevents a compile error on solaris).Ted Lemon2001-04-091-2/+2
* Parameterize use of EDQUOT for SCO.Ted Lemon2001-04-091-0/+4
* Don't create a trace file if there's one there already.Ted Lemon2001-04-061-1/+1
* Fix a silly malloc bug in mrtrace.Ted Lemon2001-03-301-1/+1
* Get rid of local debug flag.Ted Lemon2001-03-141-1/+0
* Fix a solaris build problem.Ted Lemon2001-03-011-2/+2
* Fix up NetBSD/alpha build.Ted Lemon2001-02-261-6/+6
* Fix time snooper.Ted Lemon2001-02-221-8/+20
* Add support for logging random ID and fix various bugs in minires tracing.Ted Lemon2001-02-221-48/+245
* Move dst functionality into seperate libraryTed Lemon2001-02-221-2/+3
* Fix cross-platform compile warningsTed Lemon2001-02-175-10/+10
* - Get rid of the requirement that trace types be declared after trace_init()Ted Lemon2001-02-171-32/+52
* Fixed a number of format bugs: %d -> %ld, plus (long int) cast.Damien Neil2001-02-151-10/+15
* Fixes for several log_*() format bugs: %d -> %ld, plus a cast to (long int).Damien Neil2001-02-151-6/+7
* Fixed a typecast bug: the third argument of omapi_connection_array_extend()Damien Neil2001-02-151-1/+1
* Fixed a log format bug: %d -> %ld, plus a (long int) cast.Damien Neil2001-02-151-2/+2
* Initialize minires tracing.Ted Lemon2001-02-151-0/+1
* Add trace_snoop_time.Ted Lemon2001-02-151-1/+32
* Extend copyright year.Ted Lemon2001-02-151-1/+1
* Add minires trace support.Ted Lemon2001-02-151-2/+2
* Minires trace support.Ted Lemon2001-02-151-0/+291
* Call trace setup hooks for connection.c and buffer.c.Ted Lemon2001-02-151-0/+2
* Add tracing support for OMAPI accepts and for listener object instantiation.Ted Lemon2001-02-151-4/+5
* Add tracing support for OMAPI connects and disconnects.Ted Lemon2001-02-151-15/+222
* Add tracing support for OMAPI connection streams.Ted Lemon2001-02-151-4/+172
* Add some support for tracing connections.Ted Lemon2001-02-123-151/+313
* Support for extensible arrays.Ted Lemon2001-02-121-0/+153