aboutsummaryrefslogtreecommitdiffstats
path: root/src/sysutils.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Release 2.5.4libassuan-2.5.4Werner Koch2020-10-231-1/+1
|
* Release 2.5.3libassuan-2.5.3Werner Koch2019-02-111-1/+1
|
* Release 2.5.2libassuan-2.5.2Werner Koch2018-12-131-2/+2
| | | | | | * configure.ac: Bump LT version to C8/A8/R2. Signed-off-by: Werner Koch <[email protected]>
* Release 2.5.0libassuan-2.5.0Werner Koch2017-12-071-1/+1
| | | | Signed-off-by: Werner Koch <[email protected]>
* Add special check version request \001\001Werner Koch2017-11-151-1/+1
| | | | | | | * src/assuan.c (assuan_check_version): Handle version "\001\001" * tests/version.c (main): Print extended version info. Signed-off-by: Werner Koch <[email protected]>
* Add an SPDX tag to all core files.Werner Koch2017-11-151-16/+18
| | | | --
* Update copyright infoWerner Koch2014-08-171-2/+2
| | | | --
* Beautify the BUILD_TIMESTAMP and put it into the binary.Werner Koch2013-02-221-1/+3
| | | | | | | | | | | | | * configure.ac (BUILD_TIMESTAMP): Use an ISO date string on all platforms and ac_define it. * src/sysutils.c (_assuan_sysutils_blurb): But revision and build date into the binary. -- An ISO date is for sure better than the old C standard time format. An almost all platforms this should work. We don't print the seconds to be compatible with the way we did in on Windows. However we print in UTC.
* Add a version string to the binary.Werner Koch2011-03-301-7/+6
|
* 2010-11-01 Marcus Brinkmann <[email protected]>Marcus Brinkmann2010-11-011-7/+7
| | | | | | | | | | | | | | | * configure.ac: Check for fcntl.h. 2010-11-01 Marcus Brinkmann <[email protected]> * assuan-socket.c, assuan-uds.c, system.c, assuan-pipe-server.c, assuan-pipe-connect.c [!HAVE_FCNTL_H]: Don't include fcntl.h. * assuan-buffer.c [!HAVE_W32CE_SYSTEM]: Do not include process.h. * assuan-socket.c [!HAVE_W32CE_SYSTEM]: Do not include io.h. * w32-includes.inc.h: Include winsock2.h before ws2tcpip.h. * sysutils.c (w32_read_registry): Replace goto label "leave" by "out" (as leave is defined by some Windows header file). * assuan-inquire.c: Likewise.
* Changes to allow building the CE version with MSC.Werner Koch2010-11-011-2/+4
|
* Changed the implementation of CreatePipe under W32CE.Werner Koch2010-03-221-80/+1
| | | | | Reorganized the source.
* A couple of changes to eventually fully support W32ce.Werner Koch2010-02-241-0/+84
|
* Cleanups for W32CE.Werner Koch2010-01-281-0/+130
Implement getenv replacement for W32CE.