aboutsummaryrefslogtreecommitdiff
path: root/src/util/winproc.c
Commit message (Collapse)AuthorAge
* Don't hardcode stat sizesLRN2013-12-23
|
* Use newer plibc, adjust the code as neededLRN2013-12-22
| | | | | | | Use plibc_set_stat_size_size Use plibc_set_stat_time_size Update plibc header Check for _stati64 (needed due to the new plibc header)
* Add missing includeLRN2013-10-08
|
* -use GPLv3+ consistentlyChristian Grothoff2013-08-24
|
* LRN: Update plibc and utf8izationChristian Grothoff2012-06-02
|
* -misc offline hacking / code cleanup in utilChristian Grothoff2012-04-21
|
* LRN: Adding vectored exception handling for W32 (#1965)Christian Grothoff2011-12-01
| | | | | | | Whenever an exception occurs, and the process is not being debugged, it will run a debugger specified by GNUNET_DEBUGGER environment variable, and wait for it to attach. The net effect is the same as using JIT debugging (AeDebug), but without the stack being broken by SEH (because VEH has a priority over SEH), which allows for fuller backtraces for any exception, not just for GNUNET_abort() calls.
* LRN: new code for GNUNET_OS_network_interfaces_list on W32 improving support ↵Christian Grothoff2011-11-29
| | | | for IPv6 and subnets/masks, see Mantis 1958
* curly wars / auto-indentationChristian Grothoff2011-11-04
|
* LRN: fix LOG definitionsChristian Grothoff2011-10-14
|
* converting to GNUNET_LOG_from*Christian Grothoff2011-10-11
|
* indentationChristian Grothoff2011-08-15
|
* indentationChristian Grothoff2011-08-15
|
* fix warningNils Durner2010-10-08
|
* fixing bio testcase and a bug in bio.c, also indentingChristian Grothoff2009-11-01
|
* fixing docu issuesChristian Grothoff2009-09-11
|
* MinGWNils Durner2009-06-10