| Commit message (Expand) | Author | Age | Files | Lines |
* | Silence compiler warnings on NetBSD, mostly by changing (char *) to | Evan Hunt | 2007-05-29 | 1 | -5/+5 |
* | Release 3.1.0b2, update copyrights. | Evan Hunt | 2007-05-23 | 2 | -4/+4 |
* | Fixed a bug that caused OMAPI clients to hang when opening leases. [rt16495] | Evan Hunt | 2007-05-07 | 1 | -4/+8 |
* | Allow trace output files (-tf option) to be overwritten, rather than | Evan Hunt | 2007-04-27 | 1 | -1/+8 |
* | - Some default hash table sizes were tweaked, some upwards, some downwards. | David Hankins | 2006-10-27 | 1 | -1/+85 |
* | Hankin's fixes for hash-related core dumps on HEAD. | Shane Kerr | 2006-07-25 | 1 | -4/+19 |
* | Fix build failure on aix pursuant to review - 'inline' is GCC only. | David Hankins | 2006-06-08 | 1 | -2/+2 |
* | Compiler warnings (a few were bugfixes internal to HEAD development) silenced. | David Hankins | 2006-06-05 | 1 | -11/+12 |
* | - Varying option space code and length bit widths (8/16/32) are now | David Hankins | 2006-06-01 | 2 | -53/+89 |
* | - Merge changes between 3.0.3RC1 and 3.0.4-BETA-3 into HEAD (silence | David Hankins | 2006-02-24 | 9 | -19/+70 |
* | Corrections to changes made on HEAD pursuant to review of changes between | David Hankins | 2005-09-30 | 1 | -2/+4 |
* | New files added in merge from V3-RELEASE-BRANCH to HEAD as of V3-0-3-BETA-1. | David Hankins | 2005-03-17 | 1 | -0/+539 |
* | MASSIVE merge from V3-RELEASE-BRANCH into HEAD. HEAD and V3-RELEASE are | David Hankins | 2005-03-17 | 22 | -717/+617 |
* | sync with branch | Ted Lemon | 2001-08-10 | 2 | -9/+13 |
* | Merge changes between 3.0rc7 and 3.0rc8pl2. | Ted Lemon | 2001-06-27 | 17 | -239/+666 |
* | Sync with 3.0rc7 | Ted Lemon | 2001-05-17 | 6 | -44/+144 |
* | Oops, get rid of a not-quite-blank line. | Ted Lemon | 2001-05-02 | 1 | -1/+1 |
* | Add a strcasecmp for comparing omapi_data_type_t's. | Ted Lemon | 2001-05-02 | 1 | -0/+25 |
* | Do a case-insensitive compare on the key algorithm name. | Ted Lemon | 2001-05-02 | 1 | -3/+3 |
* | Return key unknown when key lookup fails. | Ted Lemon | 2001-05-02 | 1 | -1/+1 |
* | Cosmetic fix. | Ted Lemon | 2001-05-02 | 1 | -1/+1 |
* | Need error message translation for omapi as well. | Ted Lemon | 2001-05-02 | 2 | -2/+330 |
* | Return connection failure status codes. | Ted Lemon | 2001-05-02 | 1 | -4/+27 |
* | Don't continue to try to trace if we can't open the tracefile. | Ted Lemon | 2001-04-24 | 1 | -1/+1 |
* | Don't allow writes on a closed connection. | Ted Lemon | 2001-04-20 | 1 | -0/+6 |
* | Undo previous change. | Ted Lemon | 2001-04-20 | 1 | -4/+0 |
* | If an IO descriptor goes bad, stop waiting on it. | Ted Lemon | 2001-04-20 | 1 | -6/+28 |
* | - If we get an ECONNRESET, drop the connection immediately - don't | Ted Lemon | 2001-04-20 | 1 | -1/+1 |
* | If we find an active IO object with a bad descriptor, unregister it. | Ted Lemon | 2001-04-18 | 1 | -0/+4 |
* | Don't do refcount tracing on dmalloc/dfree unless the user asks for it. | Ted Lemon | 2001-04-16 | 1 | -0/+4 |
* | Arf... these are nroff output, but I don't have the original troff source. | Ben Cottrell | 2001-04-12 | 1 | -0/+192 |
* | Don't require a const (prevents a compile error on solaris). | Ted Lemon | 2001-04-09 | 1 | -2/+2 |
* | Parameterize use of EDQUOT for SCO. | Ted Lemon | 2001-04-09 | 1 | -0/+4 |
* | Don't create a trace file if there's one there already. | Ted Lemon | 2001-04-06 | 1 | -1/+1 |
* | Fix a silly malloc bug in mrtrace. | Ted Lemon | 2001-03-30 | 1 | -1/+1 |
* | Get rid of local debug flag. | Ted Lemon | 2001-03-14 | 1 | -1/+0 |
* | Fix a solaris build problem. | Ted Lemon | 2001-03-01 | 1 | -2/+2 |
* | Fix up NetBSD/alpha build. | Ted Lemon | 2001-02-26 | 1 | -6/+6 |
* | Fix time snooper. | Ted Lemon | 2001-02-22 | 1 | -8/+20 |
* | Add support for logging random ID and fix various bugs in minires tracing. | Ted Lemon | 2001-02-22 | 1 | -48/+245 |
* | Move dst functionality into seperate library | Ted Lemon | 2001-02-22 | 1 | -2/+3 |
* | Fix cross-platform compile warnings | Ted Lemon | 2001-02-17 | 5 | -10/+10 |
* | - Get rid of the requirement that trace types be declared after trace_init() | Ted Lemon | 2001-02-17 | 1 | -32/+52 |
* | Fixed a number of format bugs: %d -> %ld, plus (long int) cast. | Damien Neil | 2001-02-15 | 1 | -10/+15 |
* | Fixes for several log_*() format bugs: %d -> %ld, plus a cast to (long int). | Damien Neil | 2001-02-15 | 1 | -6/+7 |
* | Fixed a typecast bug: the third argument of omapi_connection_array_extend() | Damien Neil | 2001-02-15 | 1 | -1/+1 |
* | Fixed a log format bug: %d -> %ld, plus a (long int) cast. | Damien Neil | 2001-02-15 | 1 | -2/+2 |
* | Initialize minires tracing. | Ted Lemon | 2001-02-15 | 1 | -0/+1 |
* | Add trace_snoop_time. | Ted Lemon | 2001-02-15 | 1 | -1/+32 |
* | Extend copyright year. | Ted Lemon | 2001-02-15 | 1 | -1/+1 |