Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2006-10-02 | Fix for bug 537 | Werner Koch | 1 | -6/+6 | |
2006-06-20 | Updated FSF's address. | Werner Koch | 1 | -1/+2 | |
2004-12-20 | (do_pth_event_free): The events are hold in a ring | Werner Koch | 1 | -101/+157 | |
buffer. Adjust for that. (do_pth_event_body): Ditto. (pth_event_isolate): Ditto. (do_pth_wait): Ditto. (_pth_event_count): Renamed to .. (event_count): .. and adjusted as above. (pth_init): Define 3 debug levels and change all debug calls to make use of them. This makes the moule now silent. | |||||
2004-12-19 | * query.c (initialize_module_query): | Werner Koch | 1 | -72/+59 | |
* call-scd.c (initialize_module_call_scd): New. * w32-pth.c (pth_init): Enable debugging depending on env var. (pth_self): New. (pth_mutex_release, pth_mutex_acquire): Implemented directly using the W32 API. | |||||
2004-12-19 | * maperror.c (map_assuan_err_with_source): Oops, args were swapped. | Werner Koch | 1 | -7/+19 | |
* w32-pth.c (pth_init): Enable debugging depending on env var. | |||||
2004-12-18 | * configure.ac (AH_BOTTOM): Define EXEEXT_S. | Werner Koch | 1 | -39/+71 | |
* autogen.sh: Updated --build-w32 feature. * gpg-agent.c (main): Remove special Pth initialize. * w32-pth.c (pth_init): Reverse return values. Use TRUE and FALSE constants. (pth_kill, pth_mutex_acquire, pth_attr_set, pth_join, pth_cancel): Ditto. * scdaemon.c (main) [W32]: Remove special Pth initialize.. | |||||
2004-12-14 | Yep. No lost threads anymore. | Werner Koch | 1 | -38/+57 | |
(_pth_strerror): Renamed to ... (w32_strerror): .. this. And let callers provide a buffer. (spawn_helper_thread): Removed HD arg and hardwire the stack size to 32k. (do_pth_wait): Removed use of ATTR; not needed for the helper threads. (helper_thread): Renamed to .. (launch_thread): .. this. Release handle if not joinable. (struct pth_priv_hd_s): Renamed to ... (struct thread_info_s): .. this. Add member JOINABLE and TH. | |||||
2004-12-14 | 2004-12-14 Timo Schulz <[email protected]> | Timo Schulz | 1 | -52/+75 | |
* w32-pth.c (pth_kill): Just release the crit section if pth_init was really called. And set all handles to NULL. (_pth_strerror): New. (do_pth_wait): Before we enter the loop we check if there are too much events in the ring. | |||||
2004-12-14 | More fixes. First successful use; leaks threads, though. | Werner Koch | 1 | -52/+82 | |
2004-12-14 | * w32-pth.h (pth_event_occured): Removed macro. | Werner Koch | 1 | -104/+288 | |
* w32-pth.c: Fixed license statement; its under the LGPL. (enter_pth, leave_pth): Use them to bracket almost all public functions. | |||||
2004-12-13 | 2004-12-13 Timo Schulz <[email protected]> | Timo Schulz | 1 | -612/+685 | |
* w32-pth.c (enter_pth, leave_pth): New. (pth_init): Initialize global mutex section. (pth_kill): Release global mutex section. (helper_thread): New. (pth_spawn): Make sure only one thread is running. | |||||
2004-12-13 | Added real code written by Timo Schulz. | Werner Koch | 1 | -6/+1047 | |
Not finished, though. | |||||
2004-12-07 | * asshelp.c (send_pinentry_environment) [W32]: Do not use ttyname. | Werner Koch | 1 | -15/+16 | |
* w32-pth.c, w32-pth.h: New. * Makefile.am (gpgsm_LDADD): Put libassuan before jnlib because under W32 we need the w32 pth code from jnlib. * misc.c (setup_pinentry_env) [W32]: Disabled. | |||||
2004-12-02 | First take on a W32 port | Werner Koch | 1 | -0/+1 | |
2002-07-22 | * fseeko.c, ftello.c: New. | Werner Koch | 1 | -9/+17 | |
* configure.ac: Check for ftello and provide a replacement. | |||||
2001-11-24 | Added new directory common to enable sharing of some code and error | Werner Koch | 1 | -59/+0 | |
numbers between gpg, gpgsm and gpg-agent. Move some files and code to there. | |||||
2001-11-13 | We have reached a state where we are able to import certs and | Werner Koch | 1 | -2/+52 | |
check the certification path. | |||||
2001-11-07 | Implemented server main loop and started with import command. | Werner Koch | 1 | -3/+17 | |
2001-11-07 | Assuan server mode is now basically usable | Werner Koch | 1 | -19/+2 | |
2001-11-06 | First chunk of code for the Assuan library | Werner Koch | 1 | -8/+22 | |
2000-07-14 | See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner Koch | Werner Koch | 1 | -1/+1 | |
2000-01-27 | See ChangeLog: Thu Jan 27 18:00:44 CET 2000 Werner Koch | Werner Koch | 1 | -3/+3 | |
1999-03-20 | See ChangeLog: Sat Mar 20 11:53:40 CET 1999 Werner Koch | Werner Koch | 1 | -0/+1 | |
1999-01-19 | See ChangeLog: Tue Jan 19 19:34:58 CET 1999 Werner Koch | Werner Koch | 1 | -0/+1 | |
1999-01-16 | See ChangeLog: Sat Jan 16 09:27:30 CET 1999 Werner Koch | Werner Koch | 1 | -20/+6 | |
1998-12-23 | See ChangeLog: Wed Dec 23 13:34:22 CET 1998 Werner Koch | Werner Koch | 1 | -3/+3 | |
1998-07-06 | intermediate release | Werner Koch | 1 | -9/+21 | |
1998-06-16 | some more internall structure changes | Werner Koch | 1 | -4/+4 | |
1997-12-16 | added some stuff for signing keys | Werner Koch | 1 | -0/+1 | |
1997-11-18 | initially checkin | Werner Koch | 1 | -0/+29 | |