summaryrefslogtreecommitdiff
path: root/omapip
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Support for tracing omapi and related connections.Ted Lemon2001-02-121-0/+614
* Add array.c and trace.c.Ted Lemon2001-02-121-3/+3
* Theoretically fancier reference count history printer (needs more work)Ted Lemon2001-01-251-10/+65
* Use ISC result codes instead of NS rcodes to report update errors.Ted Lemon2001-01-161-2/+7
* Oops, fix the cast from the previous commit so it actually helps.Ted Lemon2001-01-081-2/+1
* Fix a signed vs. unsigned problem.Ted Lemon2001-01-081-1/+2
* - Always decrement the reference count on an object before dereferencing it,Ted Lemon2000-12-281-0/+1
* Properly add ".SIG-ALG.REG.INT." to OMAPI key algorithms.Damien Neil2000-12-091-1/+7
* Fix omapi_protocol_connect() to properly return ISC_R_INCOMPLETEDamien Neil2000-12-091-6/+8
* Make error codes for DNS errors.Ted Lemon2000-11-281-0/+13
* Fix for bug #416: If a server hands dhclient an insanely largeDamien Neil2000-11-011-0/+7