summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* neon.mak: Support building with OpenSSL-1.1.xChun-wei Fan2022-03-231-2/+21
* neon.mak: Support building against libxml2 tooChun-wei Fan2022-03-231-25/+20
* neon.mak: Support using prebuilt version of ZLibChun-wei Fan2022-03-231-6/+33
* neon.mak: Prepare to support existing depsChun-wei Fan2022-03-231-1/+3
* neon.mak: Use /Zi even for release buildsChun-wei Fan2022-03-231-1/+1
* config.hw.in, ne_defs.h: Adjust defines for 64-bit WindowsChun-wei Fan2022-03-232-1/+13
* config.hw.in: Only typedef socklen_t when not building IPv6Chun-wei Fan2022-03-231-2/+1
* neon.mak: Don't redefine strtoll() on MSVC 2013+Chun-wei Fan2022-03-231-0/+3
* config.hw.in: Don't define snprintf/inline on MSVC 2015+Chun-wei Fan2022-03-231-0/+6
* config.hw.in: Don't define readChun-wei Fan2022-03-231-1/+0
* neon.mak: Silence deprecation/POSIX warningsChun-wei Fan2022-03-231-0/+4
* neon.mak: Replace /GX with /EHscChun-wei Fan2022-03-231-2/+2
* * test/*.c: Switch to destroy_and_wait() in various places, noJoe Orton2022-01-135-21/+8
* Bump for 0.32.2.0.32.2Joe Orton2022-01-111-1/+1
* Add news. [skip ci]Joe Orton2022-01-111-0/+1
* * src/ne_auth.c (clean_session, digest_challenge): Use ne__strzeroJoe Orton2022-01-111-3/+5
* src/Makefile.in: add tag for libtool to avoid confusionThomas Klausner2021-10-231-2/+2
* src/ne_socket.c: improve NetBSD support.Thomas Klausner2021-10-231-1/+13
* Update docs. [skip ci]Joe Orton2021-10-062-1/+2
* * Makefile.in: Drop dependency from install-* to docs-* to allowJoe Orton2021-10-061-5/+4
* * macros/neon.m4 (NE_SEARCH_LIBS): Fix bindtextdomain() detection onJoe Orton2021-10-042-0/+5
* * macros/neon.m4 (NEON_CHECK_VERSION): Always extract the neonJoe Orton2021-10-011-2/+1
* Bump for 0.32.1.Joe Orton2021-10-011-1/+1
* Fix docs generation. [skip ci]Joe Orton2021-10-011-0/+1
* * test/auth.c: Use destroy_and_wait() throughout.Joe Orton2021-09-241-33/+15
* Fix regression in authentication for request-target of "*" (#63):Joe Orton2021-09-245-13/+70
* Spelling fixes, thanks to Jens Schleusener. [skip ci]Joe Orton2021-09-206-5/+6
* * macros/neon.m4 (NEON_GSSAPI): Fix CFLAGS handling.Joe Orton2021-09-202-1/+4
* Update for 0.32.0.0.32.0Joe Orton2021-09-201-2/+2
* Tweak wording. [skip ci]Joe Orton2021-09-201-1/+1
* * src/ne_request.c: Fix comment. [skip ci]Joe Orton2021-09-201-1/+1
* * src/ne_uri.c: Update comment. [skip ci]Joe Orton2021-09-201-1/+1
* * po/: make update-po. [skip ci]Joe Orton2021-09-2010-840/+1197
* * src/ne_socket.c (ne_sock_close): Skip calling shutdown for aJoe Orton2021-09-202-6/+16
* * src/ne_alloc.h (ne_calloc): Add malloc attribute.Joe Orton2021-09-171-1/+1
* * test/common/tests.c: Quieten warning from gcc -fanalyzer.Joe Orton2021-09-171-1/+1
* * test/ssl.c: Quieten some false negatives from gcc -fanalyzer.Joe Orton2021-09-171-3/+8
* * src/ne_request.c (send_request): Limit number of interim responsesJoe Orton2021-09-172-3/+20
* Run apt-get update before install. [skip ci]Joe Orton2021-09-171-1/+1
* * src/ne_auth.h: Update comment about NE_AUTH_DIGEST.Joe Orton2021-09-171-1/+1
* Update news for 0.32. [skip ci]Joe Orton2021-09-171-1/+11
* ne_socket: Fix shutdown usage for windowsChristopher Degawa2021-08-231-3/+6
* * test/socket.c (serve_reset, write_reset, read_reset): AvoidJoe Orton2021-08-041-3/+6
* * src/ne_socket.c (error_gnutls): Handle GNUTLS_E_INVALID_SESSION andJoe Orton2021-08-041-0/+4
* * src/ne_socket.c (ne_sock_shutdown): Fix typo for GnuTLS code.Joe Orton2021-08-041-1/+1
* Add API for socket shutdown, and fix TLS closure with OpenSSL 3.Joe Orton2021-08-045-25/+192
* * src/ne_socket.c (error_ossl): Handle OpenSSL 3 truncation errorJoe Orton2021-08-041-0/+19
* * test/socket.c (close_and_wait): New utility function.Joe Orton2021-08-041-7/+18
* Stop double builds in Actions? [skip ci]Joe Orton2021-08-041-1/+1
* * test/basic.c, test/compress.c, test/ssl.c: More conversion toJoe Orton2021-08-043-45/+17