summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix regression in authentication for request-target of "*" (#63):fix-star-scopeJoe Orton2021-09-245-13/+70
* * 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
* * test/request.c (icy_protocol): Fix missing conversion toJoe Orton2021-08-041-1/+1
* Add destroy_and_wait() helper for client side of tests,Joe Orton2021-08-045-63/+41
* Add Actions badge. [skip ci]Joe Orton2021-07-091-0/+1
* Drop stuff tested in Actions now.Joe Orton2021-07-091-26/+0
* Add Ubuntu variations.Joe Orton2021-07-091-2/+3
* Add debug, GnuTLS to matrix.Joe Orton2021-07-091-4/+10
* Include headers to find socket and getaddrinfoRyan Schmidt2021-07-091-26/+55
* * src/ne_string.c (ne_strnqdup): Use ne_malloc.Joe Orton2021-07-051-1/+1
* Various minor Coverity/clang warning fixes, no functional change:Joe Orton2021-07-052-20/+19
* Add GitHub Actions CI matrix, replacing a bunch of Travis tests.Joe Orton2021-06-302-17/+9
* Tweak actions events.Joe Orton2021-06-301-5/+1
* * macros/neon.m4 (NEON_GSSAPI): Adjust to use pkg-config data whereJoe Orton2021-06-301-10/+18
* Add test github actions workflow.Joe Orton2021-06-301-0/+18
* * src/ne_request.c, src/ne_session.h: Various updates for RFC 7230/1.Joe Orton2021-04-162-17/+20
* Update terminology for RFC 7230:Joe Orton2021-04-153-12/+15
* Update Travis link. [skip ci]Joe Orton2021-03-211-1/+1
* Add ne_ssl_cert_hdigest, alternative to ne_ssl_cert_digest.Joe Orton2021-03-218-18/+130
* * doc/ref/hash.xml: Clarify hash calculation.Joe Orton2021-03-061-1/+3
* * doc/: Add ne_strparam() documentation.Joe Orton2021-03-062-0/+76
* * src/ne_string.h (ne_strparam): Clarify allowed charset values.Joe Orton2021-03-061-2/+2
* * doc/ref/hash.xml: Add alias for ne_vstrhash, fix id.Joe Orton2021-03-061-1/+2
* * docs/: Add docs for ne_strhash, ne_vstrhash.Joe Orton2021-03-062-1/+108
* * src/ne_openssl.c (ne_vstrhash): Handle EVP_MD_CTX_new() failing.Joe Orton2021-03-061-1/+6
* * src/ne_auth.c (get_digest_h_urp): Factor out fromJoe Orton2021-03-061-41/+55
* * macros/neon.m4 (LIBNEON_SOURCE_CHECKS): Check for explicit_bzero.Joe Orton2021-03-064-6/+12
* * src/ne_auth.c (basic_challenge): Skip calculating the scope path forJoe Orton2021-03-061-4/+12