| Commit message (Expand) | Author | Age | Files | Lines |
* | Initial enhanced error message support, similar to what I sent to | Ken Raeburn | 2006-03-26 | 1 | -0/+4 |
* | copyright update | Ken Raeburn | 2006-01-26 | 1 | -1/+1 |
* | * threads.c (krb5int_mutex_alloc, krb5int_mutex_free, krb5int_mutex_lock, | Ken Raeburn | 2006-01-25 | 1 | -1/+40 |
* | Add stub for krb5int_pthread_loaded() for Windows | Jeffrey Altman | 2005-07-28 | 1 | -0/+5 |
* | Add run-time determination of whether thread support is available in the | Ken Raeburn | 2005-06-01 | 1 | -1/+56 |
* | threads.c (thread_termination): Free array of pointers to thread-specific dat... | Alexandra Ellwood | 2005-03-20 | 1 | -24/+30 |
* | There is a memory leak here, if a thread has registered some per-thread data | Ken Raeburn | 2005-02-09 | 1 | -2/+23 |
* | * threads.c (k5_key_delete) [ENABLE_THREADS && !_WIN32]: Don't abort, | Ken Raeburn | 2005-01-18 | 1 | -2/+2 |
* | Some applications such as Eudora on Windows load and unload the Kerberos | Jeffrey Altman | 2005-01-17 | 1 | -0/+3 |
* | fix calling convention for thread support fns | Ken Raeburn | 2005-01-14 | 1 | -6/+9 |
* | * threads.c (krb5int_mutex_lock_update_stats, | Ken Raeburn | 2005-01-05 | 1 | -0/+17 |
* | hooks for recording statistics on locking behavior | Ken Raeburn | 2004-12-06 | 1 | -0/+109 |
* | Make static linking not require -lsocket, -lnsl, etc. | Ken Raeburn | 2004-11-15 | 1 | -2/+1 |
* | * threads.c (GET_NO_PTHREAD_TSD) [!HAVE_PRAGMA_WEAK_REF]: Macro result type | Ken Raeburn | 2004-08-08 | 1 | -1/+1 |
* | * threads.c (krb5int_thread_support_init): Do finish initialization after key... | Ken Raeburn | 2004-07-31 | 1 | -2/+5 |
* | Add a mutex to protect the per-process fake-getaddrinfo data cache. | Ken Raeburn | 2004-07-23 | 1 | -7/+22 |
* | Make thread-specific data support build under Windows (but don't enable it yet) | Ken Raeburn | 2004-07-07 | 1 | -2/+5 |
* | typo in last change | Ken Raeburn | 2004-06-24 | 1 | -1/+0 |
* | * threads.c: Reorganize code: One definition of each function, with | Ken Raeburn | 2004-06-24 | 1 | -181/+170 |
* | * threads.c (key_lock): Change to a k5_mutex_t. | Ken Raeburn | 2004-06-21 | 1 | -21/+58 |
* | * Makefile.in (BUILDTOP, LIBNAME, XTRA, OBJFILE): Define for Windows. | Ken Raeburn | 2004-06-18 | 1 | -1/+102 |
* | * threads.c (krb5int_thread_support_fini) [!ENABLE_THREADS]: Provide a dummy | Ken Raeburn | 2004-05-06 | 1 | -0/+5 |
* | * threads.c (k5_key_register, destructors, k5_setspecific) [!ENABLE_THREADS]: | Ken Raeburn | 2004-05-05 | 1 | -3/+4 |
* | * New directory. | Ken Raeburn | 2004-05-04 | 1 | -0/+237 |