Archives are refreshed every 30 minutes - for details, please visit
the main index
.
You can also
download the archives in mbox format
.
gnunet-svn (thread)
[
Date Index
][
Top
][
All Lists
]
Advanced
[
Prev Period
]
Last Modified: Tue Oct 31 2017 17:59:48 -0400
Threads in reverse chronological order
[
Next Period
]
[GNUnet-SVN] [taler-exchange] branch master updated: fix stupid ordering issue after refactoring
,
gnunet
,
2017/10/31
[GNUnet-SVN] [taler-bank] branch master updated: fix currency in profile page
,
gnunet
,
2017/10/31
[GNUnet-SVN] [taler-bank] branch master updated: fix currency repetition
,
gnunet
,
2017/10/31
[GNUnet-SVN] [taler-bank] branch master updated: passing data to 500 responses
,
gnunet
,
2017/10/31
[GNUnet-SVN] [taler-bank] branch master updated: django wants serializable values in the state, so amounts have to be stored in the state as dicts.
,
gnunet
,
2017/10/31
[GNUnet-SVN] [taler-bank] branch master updated: fix the amount format accepted by the wallet when withdrawing
,
gnunet
,
2017/10/31
[GNUnet-SVN] [taler-bank] branch master updated: remove old use of 'currency' to instantiate bank accounts
,
gnunet
,
2017/10/31
[GNUnet-SVN] [taler-bank] branch master updated: fix other None-returning view
,
gnunet
,
2017/10/31
[GNUnet-SVN] [taler-bank] branch master updated: fix stringify arg
,
gnunet
,
2017/10/31
[GNUnet-SVN] [taler-bank] branch master updated: fixing old fraction-free amount strings lying around
,
gnunet
,
2017/10/31
[GNUnet-SVN] [taler-bank] branch master updated: fix view returning None
,
gnunet
,
2017/10/31
[GNUnet-SVN] [taler-merchant] branch master updated: implement logic for spending from tips in test interpreter
,
gnunet
,
2017/10/31
[GNUnet-SVN] [taler-merchant] branch master updated: finish tip_pickup command in test_merchant_api interpreter
,
gnunet
,
2017/10/31
[GNUnet-SVN] [taler-bank] branch master updated: logger call
,
gnunet
,
2017/10/31
[GNUnet-SVN] [taler-copylib] branch master updated: amount version 0.1. Basically has some new exceptions
,
gnunet
,
2017/10/31
[GNUnet-SVN] [taler-bank] branch master updated: bump amount.py version
,
gnunet
,
2017/10/31
[GNUnet-SVN] [taler-bank] branch master updated: remove comment
,
gnunet
,
2017/10/31
[GNUnet-SVN] [taler-bank] branch master updated: dead code
,
gnunet
,
2017/10/31
[GNUnet-SVN] [taler-bank] branch master updated (c04007b -> fc6a56f)
,
gnunet
,
2017/10/31
[GNUnet-SVN] [taler-bank] 02/04: glue new db column to models abstraction
,
gnunet
,
2017/10/31
[GNUnet-SVN] [taler-bank] 03/04: fix column type
,
gnunet
,
2017/10/31
[GNUnet-SVN] [taler-bank] 01/04: define db custom type
,
gnunet
,
2017/10/31
[GNUnet-SVN] [taler-bank] 04/04: porting the bank to use the new Amount object
,
gnunet
,
2017/10/31
[GNUnet-SVN] [taler-exchange] branch master updated: add TALER_EXCHANGE_reserve_withdraw2 function for easy withdrawal of tips
,
gnunet
,
2017/10/31
[GNUnet-SVN] [taler-merchant] branch master updated: work on new tipping test logic, also refactoring to match latest exchange API (as that was changed to support tipping test logic better)
,
gnunet
,
2017/10/31
[GNUnet-SVN] [taler-exchange] branch master updated (a946dc3 -> 2f2930f)
,
gnunet
,
2017/10/31
[GNUnet-SVN] [taler-exchange] 02/03: rename: TALER_setup_planchet -> TALER_planchet_setup_refresh
,
gnunet
,
2017/10/31
[GNUnet-SVN] [taler-exchange] 01/03: rename: TALER_FreshCoinP -> TALER_PlanchetSecretsP, and TALER_setup_fresh_coin -> TALER_setup_planchet
,
gnunet
,
2017/10/31
[GNUnet-SVN] [taler-exchange] 03/03: major API refactoring, adding planchet generation and coin extraction APIs to the Taler crypto library, thereby simplifying code in withdraw, refresh, tipping, payback and testcases; slight API incompatibilities to previous versions are introduced
,
gnunet
,
2017/10/31
[GNUnet-SVN] [libmicrohttpd] branch master updated (424abcd2 -> ad6ad0ad)
,
gnunet
,
2017/10/31
[GNUnet-SVN] [libmicrohttpd] 02/02: HTTPS tests: disable 3DES testing on GnuTLS > 3.6.0 since it is disabled by default in GnuTLS
,
gnunet
,
2017/10/31
[GNUnet-SVN] [libmicrohttpd] 01/02: Stick to C89 standard for a while
,
gnunet
,
2017/10/31
[GNUnet-SVN] [gnunet] branch master updated: add missing const
,
gnunet
,
2017/10/31
[GNUnet-SVN] [libmicrohttpd] branch master updated (28f723b2 -> 424abcd2)
,
gnunet
,
2017/10/31
[GNUnet-SVN] [libmicrohttpd] 01/02: Silenced compiler warnings in src/testczzuf.
,
gnunet
,
2017/10/31
[GNUnet-SVN] [libmicrohttpd] 02/02: Additional compiler warnings fixes.
,
gnunet
,
2017/10/31
[GNUnet-SVN] [libmicrohttpd] branch master updated (8da22ca0 -> 28f723b2)
,
gnunet
,
2017/10/30
[GNUnet-SVN] [libmicrohttpd] 01/02: MHD_queue_response(): ignore response, but return OK if daemon is shut down. This will avoid race condition: if daemon is shutting down in parallel, response may be queued but aborted later. Therefore, returning "MHD_OK" will unify situation from application point of view.
,
gnunet
,
2017/10/30
[GNUnet-SVN] [libmicrohttpd] 02/02: Silenced compiler warnings in src/testcurl/https, minor fixes.
,
gnunet
,
2017/10/30
[GNUnet-SVN] [libmicrohttpd] branch master updated: Silenced compiler warnings in src/testcurl.
,
gnunet
,
2017/10/30
[GNUnet-SVN] [libmicrohttpd] branch master updated: tests: fixed some 'unused return value' compiler warnings
,
gnunet
,
2017/10/30
[GNUnet-SVN] [taler-merchant] branch master updated: implement getting reserve_priv from configuration in test and backend
,
gnunet
,
2017/10/30
[GNUnet-SVN] [libmicrohttpd] branch master updated: https test: fixed too long waiting for empty fdsets
,
gnunet
,
2017/10/30
[GNUnet-SVN] [libmicrohttpd] branch master updated: MHD_stop_daemon(): do not shutdown listen socket before setting shutdown flag
,
gnunet
,
2017/10/30
[GNUnet-SVN] [taler-merchant] branch master updated: doxygen fixes
,
gnunet
,
2017/10/30
[GNUnet-SVN] [taler-merchant] branch master updated (29a2264 -> 22b8ebf)
,
gnunet
,
2017/10/30
[GNUnet-SVN] [taler-merchant] 01/02: fix indentation
,
gnunet
,
2017/10/30
[GNUnet-SVN] [taler-merchant] 02/02: implement OC_TIP_AUTHORIZE
,
gnunet
,
2017/10/30
[GNUnet-SVN] [taler-merchant] branch master updated: implement logic for OC_TIP_ENABLE
,
gnunet
,
2017/10/30
[GNUnet-SVN] [taler-merchant] branch master updated: starting design of test harness for tipping
,
gnunet
,
2017/10/30
[GNUnet-SVN] [taler-copylib] branch master updated: adding amount lib
,
gnunet
,
2017/10/30
[GNUnet-SVN] [taler-wallet-webex] branch master updated: increse selenium timeout
,
gnunet
,
2017/10/29
[GNUnet-SVN] [taler-wallet-webex] branch master updated: print browser log on selenium pay failure
,
gnunet
,
2017/10/29
[GNUnet-SVN] [libmicrohttpd] branch master updated (5bdb60b9 -> 21ce9bfa)
,
gnunet
,
2017/10/29
[GNUnet-SVN] [libmicrohttpd] 01/02: daemon.c: refactoring of MHD_stop_daemon() for clarity and readability. Added some asserts.
,
gnunet
,
2017/10/29
[GNUnet-SVN] [libmicrohttpd] 02/02: Make testsuite compatible with W32 again
,
gnunet
,
2017/10/29
[GNUnet-SVN] [libmicrohttpd] branch master updated (6c4c13ef -> 5bdb60b9)
,
gnunet
,
2017/10/29
[GNUnet-SVN] [libmicrohttpd] 01/02: daemon.c: renamed MHD_select_thread() -> MHD_polling_thread() for clarity
,
gnunet
,
2017/10/29
[GNUnet-SVN] [libmicrohttpd] 02/02: daemon.c: refactoring of MHD_start_daemon_va() for clarity and readability. Some asserts were added.
,
gnunet
,
2017/10/29
[GNUnet-SVN] [taler-merchant] branch master updated: specify default fees for testcase
,
gnunet
,
2017/10/29
[GNUnet-SVN] [taler-merchant] branch master updated: implement TALER_MERCHANT_tip_pickup
,
gnunet
,
2017/10/29
[GNUnet-SVN] [taler-merchant] branch master updated: implement TALER_MERCHANT_tip_authorize
,
gnunet
,
2017/10/29
[GNUnet-SVN] [taler-merchant] branch master updated: implement TALER_MERCHANT_tip_enable
,
gnunet
,
2017/10/29
[GNUnet-SVN] [bibliography] branch master updated: rename
,
gnunet
,
2017/10/27
[GNUnet-SVN] [taler-deployment] branch master updated: fix amount format
,
gnunet
,
2017/10/27
[GNUnet-SVN] [taler-deployment] branch master updated: max wire and deposit fee into config
,
gnunet
,
2017/10/27
[GNUnet-SVN] [taler-merchant] branch master updated: max deposit fee picked from defaults
,
gnunet
,
2017/10/27
[GNUnet-SVN] [taler-exchange] branch master updated: start template for generating nicely formatted auditor reports
,
gnunet
,
2017/10/26
[GNUnet-SVN] [taler-copylib] branch master created (now 9c5b21c)
,
gnunet
,
2017/10/26
[GNUnet-SVN] [taler-copylib] 01/01: readme
,
gnunet
,
2017/10/26
[GNUnet-SVN] [gnunet] branch master updated: doc user: line length
,
gnunet
,
2017/10/26
[GNUnet-SVN] [gnunet] branch master updated: user.texi: change @code{} -> @command{} for commands.
,
gnunet
,
2017/10/26
[GNUnet-SVN] [gnunet] branch master updated (e2f0870ad -> 732816be4)
,
gnunet
,
2017/10/26
[GNUnet-SVN] [gnunet] 02/03: "@file{}" -> @file{}
,
gnunet
,
2017/10/26
[GNUnet-SVN] [gnunet] 03/03: @i{} -> @b{} and @{code} where appropriate
,
gnunet
,
2017/10/26
[GNUnet-SVN] [gnunet] 01/03: "@code{}" -> @code{}
,
gnunet
,
2017/10/26
[GNUnet-SVN] [gnunet] branch master updated: documentation
,
gnunet
,
2017/10/26
[GNUnet-SVN] [gnunet] branch master updated: fix module import
,
gnunet
,
2017/10/25
[GNUnet-SVN] [gnunet] branch master updated: gitignore
,
gnunet
,
2017/10/25
[GNUnet-SVN] [gnunet] branch master updated (94ee23b5e -> 27ee4969b)
,
gnunet
,
2017/10/25
[GNUnet-SVN] [gnunet] 02/02: fix
,
gnunet
,
2017/10/25
[GNUnet-SVN] [gnunet] 01/02: +
,
gnunet
,
2017/10/25
[GNUnet-SVN] [gnunet] branch master updated: gendocs
,
gnunet
,
2017/10/25
[GNUnet-SVN] [gnunet] branch master updated: doc: Add working cross-reference to 'standards' info manual of GNU/prep/standards.
,
gnunet
,
2017/10/25
[GNUnet-SVN] [gnunet] branch master updated (e3c63c726 -> 0d8487a74)
,
gnunet
,
2017/10/25
[GNUnet-SVN] [gnunet] 01/03: doc/README: +
,
gnunet
,
2017/10/25
[GNUnet-SVN] [gnunet] 03/03: Merge branch 'master' of gnunet.org:gnunet
,
gnunet
,
2017/10/25
[GNUnet-SVN] [gnunet] 02/03: documentation batch commit
,
gnunet
,
2017/10/25
[GNUnet-SVN] [gnunet] branch master updated: address@hidden wrote (on gnunet-developers):
,
gnunet
,
2017/10/25
[GNUnet-SVN] [taler-merchant] branch master updated: design C API of merchant for tipping
,
gnunet
,
2017/10/25
[GNUnet-SVN] [gnurl] annotated tag gnurl-7.56.1 created (now 0f3b7b621)
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] branch master updated: test1140 and 1139 still fail, skip them until a solution is found.
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] branch master updated (dc0683b64 -> 8252aa305)
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 02/73: ftp: UBsan fixup 'pointer index expression overflowed'
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 10/73: openssl: fix build without HAVE_OPAQUE_EVP_PKEY
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 09/73: lib/config-win32.h: let SMB/SMBS be enabled with OpenSSL/NSS
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 08/73: build: fix --disable-crypto-auth
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 05/73: lib/Makefile.m32: allow customizing dll suffixes
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 07/73: darwinssl: add support for TLSv1.3
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 03/73: failf: skip the sprintf() if there are no consumers
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 26/73: test643: verify curl_mime_subparts() rejects cyclic additions.
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 35/73: test298: verify --ftp-method nowcwd with URL encoded path
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 20/73: mime: be tolerant about setting twice the same header list in a part.
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 12/73: multi_cleanup: call DONE on handles that never got that
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 01/73: RELEASE-PROCEDURE: update the release schedule
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 14/73: tests: added flaky keyword to tests 587 and 644
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 33/73: CURLOPT_NOPROGRESS.3: also refer to xferinfofunction
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 24/73: mime: avoid resetting a part's encoder when part's contents change.
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 48/73: mime: fix the content reader to handle >16K data properly
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 43/73: HELP-US: the label "PR-welcome" is now renamed to "help wanted"
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 22/73: RELEASE-NOTES: synced with a4c1c75da30af1
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 39/73: test950; verify SMTP with custom request
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 30/73: curl: don't pass semicolons when parsing Content-Disposition
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 42/73: RELEASE-NOTES: synced with 5505df7d2
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 44/73: winbuild/BUILD.WINDOWS.txt: mention WITH_NGHTTP2
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 15/73: pingpong: return error when trying to send without connection
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 45/73: cli tool: reimplement stdin buffering in -F option.
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 67/73: ftp: reject illegal IP/port in PASV 227 response
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 54/73: ldap: silence clang warning
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 51/73: configure: remove the C++ compiler check
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 47/73: mime: keep "text/plain" content type if user-specified.
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 56/73: setopt: avoid integer overflows when setting millsecond values
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 52/73: memdebug: trace send, recv and socket
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 64/73: test308: disable if MultiSSL feature enabled
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 71/73: THANKS: update at 7.56.1 release time
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 68/73: imap: if a FETCH response has no size, don't call write callback
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 61/73: os400: add missing symbols in config file.
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 17/73: remove_handle: call multi_done() first, then clear dns cache pointer
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 38/73: ftpserver: support case insensitive commands
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 16/73: multi_done: wait for name resolve to finish if still ongoing
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 06/73: docs: fix typo in curl_mime_data_cb man page
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 11/73: strtoofft: Remove extraneous null check
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 19/73: docs: clarify form/mime usage of non-regular data files.
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 66/73: test653: check reuse of easy handle after mime data change
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 62/73: vtls: change struct Curl_ssl `close' field name to `close_one'.
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 57/73: setopt: range check most long options
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 60/73: test652: curl_mime_data + base64 encoder with large contents
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 23/73: mime: improve unbinding top multipart from easy handle.
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 13/73: vtls: fix warnings with --disable-crypto-auth
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 28/73: RTSP: avoid integer overflow on funny RTSP response
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 18/73: Revert "multi_done: wait for name resolve to finish if still ongoing"
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 37/73: smtp_done: free data before returning (on send failure)
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 21/73: curlver.h: next expected release is 7.57.0
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 27/73: ftpserver: properly reset $ftptargetdir.
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 36/73: FTP: URL decode path for dir listing in nocwd mode
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 31/73: openssl: enable PKCS12 support for !BoringSSL
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 40/73: openssl: don't use old BORINGSSL_YYYYMM macros
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 41/73: url: Update current connection SSL verify params in setopt
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 29/73: mime: properly unbind mime structure in curl_mime_free().
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 32/73: FAQ: s/CURLOPT_PROGRESSFUNCTION/CURLOPT_XFERINFOFUNCTION
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 34/73: CURLOPT_XFERINFODATA.3: fix duplicate see also
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 46/73: cli tool: use file2memory() to buffer stdin in -F option.
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 25/73: mime: refuse to add subparts to one of their own descendants.
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 55/73: makefile.m32: allow to override gcc, ar and ranlib
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 50/73: mime: do not call failf() if easy handle is NULL.
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 53/73: runtests: use valgrind for torture as well
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 49/73: test651: curl_formadd with huge COPYCONTENTS
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 63/73: runtests: support MultiSSL client feature
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 58/73: RELEASE-NOTES: synced with f121575c0
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 65/73: mime: do not reuse previously computed multipart size
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 59/73: mime: limit bas64-encoded lines length to 76 characters
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 69/73: mk-ca-bundle: Fix URL for NSS
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 72/73: RELEASE-NOTES: 7.56.1
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 70/73: mk-ca-bundle: Remove URL for aurora
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 04/73: fuzzer: move to using external curl-fuzzer
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 73/73: Merge tag 'curl-7_56_1' of https://github.com/curl/curl
,
gnunet
,
2017/10/24
[GNUnet-SVN] [taler-deployment] branch master updated: kill periodic scheduler for docs
,
gnunet
,
2017/10/24
[GNUnet-SVN] [taler-merchant] branch master updated: fix #5108
,
gnunet
,
2017/10/24
[GNUnet-SVN] [taler-exchange] branch master updated: fix #5108
,
gnunet
,
2017/10/24
[GNUnet-SVN] [taler-bank] branch master updated: fix #5108
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] branch master updated (446454c2e -> dc0683b64)
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 01/02: Introduce '--enable-gnurl' to autoconfigure.
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnurl] 02/02: guix-gnurl.
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnunet] branch master updated: fix
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnunet] branch master updated: fix
,
gnunet
,
2017/10/25
[GNUnet-SVN] [gnunet] branch master updated: doc: installation: section 'outdated instructions', comment the part about gnunet-update
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnunet] branch master updated: doc: fix uref's etc
,
gnunet
,
2017/10/24
[GNUnet-SVN] [gnunet] branch master updated: doc: README
,
gnunet
,
2017/10/24
[GNUnet-SVN] [bibliography] branch master updated: Add "Emergence of Scaling in Random Networks. Science 286, 509-512, 1999" from http://barabasi.com/f/67.pdf
,
gnunet
,
2017/10/24
[GNUnet-SVN] [taler-merchant] branch master updated: add testcases for merchantdb tipping functions, fix bugs found
,
gnunet
,
2017/10/24
[GNUnet-SVN] [taler-merchant] branch master updated: work around build error for incomplete /tip implementation
,
gnunet
,
2017/10/23
[GNUnet-SVN] [taler-merchant] branch master updated: todo was imported into the bug tracker
,
gnunet
,
2017/10/23
[GNUnet-SVN] [taler-merchant] branch master updated: implementing backenddb logic for tipping (not tested)
,
gnunet
,
2017/10/23
[GNUnet-SVN] [taler-exchange] branch master updated: more error codes for tipping
,
gnunet
,
2017/10/23
[GNUnet-SVN] [gnunet] branch master updated: developer +
,
gnunet
,
2017/10/23
[GNUnet-SVN] [taler-merchant] branch master updated (72afe27 -> 598f45b)
,
gnunet
,
2017/10/23
[GNUnet-SVN] [taler-merchant] 01/02: implement postgres_enable_tip_reserve (but SQL statemets are missing)
,
gnunet
,
2017/10/23
[GNUnet-SVN] [taler-merchant] 02/02: add SQL for postgres_enable_tip_reserve
,
gnunet
,
2017/10/23
[GNUnet-SVN] [taler-deployment] branch master updated: @taler.net author address for me
,
gnunet
,
2017/10/23
[GNUnet-SVN] [taler-deployment] branch master updated: mention debug worker
,
gnunet
,
2017/10/23
[GNUnet-SVN] [taler-help] branch master updated: triggering debug-worker
,
gnunet
,
2017/10/23
[GNUnet-SVN] [taler-deployment] branch master updated: adding debug-builder among the registered builders
,
gnunet
,
2017/10/23
[GNUnet-SVN] [taler-deployment] branch master updated: fix addStep
,
gnunet
,
2017/10/23
[GNUnet-SVN] [taler-deployment] branch master updated: typo
,
gnunet
,
2017/10/23
[GNUnet-SVN] [taler-deployment] branch master updated: typo
,
gnunet
,
2017/10/23
[GNUnet-SVN] [taler-deployment] branch master updated: adding debug-worker
,
gnunet
,
2017/10/23
[GNUnet-SVN] [taler-help] branch master updated: add a file to let the 'changestamp' log line born on BB live server logs
,
gnunet
,
2017/10/23
[GNUnet-SVN] [taler-help] branch master updated: testing with 'tail -f on live server'
,
gnunet
,
2017/10/23
[GNUnet-SVN] [taler-help] branch master updated: testing after all modules needed by hook are installed.
,
gnunet
,
2017/10/23
[GNUnet-SVN] [taler-help] branch master updated: trigger real BB Git hook
,
gnunet
,
2017/10/23
[GNUnet-SVN] [taler-deployment] branch master updated: fix bad argument
,
gnunet
,
2017/10/23
[GNUnet-SVN] [gnunet] branch master updated: svn, subversion -> git
,
gnunet
,
2017/10/23
[GNUnet-SVN] [taler-deployment] branch master updated: Get rid of git poller change source; installing hook based.
,
gnunet
,
2017/10/23
[GNUnet-SVN] [gnunet] branch master updated: doc batch commit
,
gnunet
,
2017/10/23
[GNUnet-SVN] [taler-merchant] branch master updated: add new functions for tipping (unimplemented) to merchantdb
,
gnunet
,
2017/10/23
[GNUnet-SVN] [gnunet] branch master updated (c02983a96 -> d47e59f85)
,
gnunet
,
2017/10/23
[GNUnet-SVN] [gnunet] 02/02: vocabulary.texi
,
gnunet
,
2017/10/23
[GNUnet-SVN] [gnunet] 01/02: installation.texi
,
gnunet
,
2017/10/23
[GNUnet-SVN] [gnunet] branch master updated: doc
,
gnunet
,
2017/10/23
[GNUnet-SVN] [taler-merchant] branch master updated: first (incomplete) skeleton for tipping API
,
gnunet
,
2017/10/22
[GNUnet-SVN] [taler-exchange] branch master updated: starting with error codes for tipping API
,
gnunet
,
2017/10/22
[GNUnet-SVN] [taler-api] branch master updated: spec /tip-enable API, remove unnecessary instance from /tip-pickup
,
gnunet
,
2017/10/22
[GNUnet-SVN] [taler-api] branch master updated: bump API version, fix minor issue in tip spec
,
gnunet
,
2017/10/22
[GNUnet-SVN] [gnunet-java] branch master updated: README svn->git
,
gnunet
,
2017/10/22
[GNUnet-SVN] [gnunet] branch master updated: adjust url to testbed_test.c in pdf
,
gnunet
,
2017/10/22
[GNUnet-SVN] [gnunet] branch master updated: doc linefixes
,
gnunet
,
2017/10/21
[GNUnet-SVN] [gnunet] branch master updated (c49513a65 -> b7034a7d1)
,
gnunet
,
2017/10/21
[GNUnet-SVN] [gnunet] 02/02: configure: Add new Makefile.
,
gnunet
,
2017/10/21
[GNUnet-SVN] [gnunet] 01/02: move docmentation to separate folder
,
gnunet
,
2017/10/21
[GNUnet-SVN] [gnunet] branch master updated: docs: gendocs
,
gnunet
,
2017/10/21
[GNUnet-SVN] [gnunet] branch master updated: doc readme
,
gnunet
,
2017/10/21
[GNUnet-SVN] [gnunet] branch master updated: doc changes modified: contrib/packages/guix/gnunet-doc.scm
,
gnunet
,
2017/10/21
[GNUnet-SVN] [taler-marketing] branch master updated: add Swedish report
,
gnunet
,
2017/10/21
[GNUnet-SVN] [gnunet] branch master updated: edits in installation.texi
,
gnunet
,
2017/10/20
[GNUnet-SVN] [gnunet] branch master updated: AUTHORS: alphabetic order.
,
gnunet
,
2017/10/20
[GNUnet-SVN] [gnunet] branch master updated (f7f3f929c -> 7a0a978c7)
,
gnunet
,
2017/10/20
[GNUnet-SVN] [gnunet] 01/02: linelength adjustments in 'philosophy'
,
gnunet
,
2017/10/20
[GNUnet-SVN] [gnunet] 02/02: fixes in installation.texi + some changes in gnunet-c-tutorial
,
gnunet
,
2017/10/20
[GNUnet-SVN] [gnunet] branch master updated: tutorial-examples/019.c: linelength
,
gnunet
,
2017/10/20
[GNUnet-SVN] [gnunet] branch master updated: tutorial-examples 17, 19, 20: linelength.
,
gnunet
,
2017/10/20
[GNUnet-SVN] [gnunet] branch master updated: tutorial-examples/003.c : shorten the line length.
,
gnunet
,
2017/10/20
[GNUnet-SVN] [gnunet] branch master updated: fixes and additions in chapters/developer.texi
,
gnunet
,
2017/10/20
[GNUnet-SVN] [gnunet] branch master updated: doc/README +
,
gnunet
,
2017/10/20
[GNUnet-SVN] [gnunet] branch master updated: followup, fix broken texinfo code
,
gnunet
,
2017/10/20
[GNUnet-SVN] [gnunet] branch master updated: chapters/developers: Fix code example in 'The Container_MDLL API' to fix line length
,
gnunet
,
2017/10/20
[GNUnet-SVN] [taler-marketing] branch master updated: Adapt to Leon's cut & paste
,
gnunet
,
2017/10/20
[GNUnet-SVN] [taler-deployment] branch master updated: add michael
,
gnunet
,
2017/10/20
[GNUnet-SVN] [taler-marketing] branch master updated (9fff4c7 -> 3b2a936)
,
gnunet
,
2017/10/19
[GNUnet-SVN] [taler-marketing] 02/05: Jeff's suggestions
,
gnunet
,
2017/10/19
[GNUnet-SVN] [taler-marketing] 01/05: Page number logos
,
gnunet
,
2017/10/19
[GNUnet-SVN] [taler-marketing] 03/05: Extra 0
,
gnunet
,
2017/10/19
[GNUnet-SVN] [taler-marketing] 04/05: Partial revert of 1bb2a62704e1c1ef1a977351463be8701556d843
,
gnunet
,
2017/10/19
[GNUnet-SVN] [taler-marketing] 05/05: Both page numbers and logos
,
gnunet
,
2017/10/19
[GNUnet-SVN] [gnunet] branch master updated (1eee9a16c -> 75a88df9c)
,
gnunet
,
2017/10/19
[GNUnet-SVN] [gnunet] 02/02: corrections in developer.texi
,
gnunet
,
2017/10/19
[GNUnet-SVN] [gnunet] 01/02: line length corrections, 50% in developer.texi.
,
gnunet
,
2017/10/19
[GNUnet-SVN] [gnunet] branch master updated: doc/README.
,
gnunet
,
2017/10/19
[GNUnet-SVN] [gnunet] branch master updated: chapters/developer.texi: line length 74 for the first 19% of the file.
,
gnunet
,
2017/10/19
[GNUnet-SVN] [taler-deployment] branch master updated: update hook instructions
,
gnunet
,
2017/10/19
[GNUnet-SVN] [gnunet] branch master updated (7ae024488 -> fa780739b)
,
gnunet
,
2017/10/19
[GNUnet-SVN] [gnunet] 04/04: guideline in doc/README.
,
gnunet
,
2017/10/19
[GNUnet-SVN] [gnunet] 02/04: shorten line length in doc/gnunet.texi
,
gnunet
,
2017/10/19
[GNUnet-SVN] [gnunet] 01/04: linelength fixes in gnunet-c-tutorial.texi
,
gnunet
,
2017/10/19
[GNUnet-SVN] [gnunet] 03/04: chapters/users.texi: keeps lines below 74 characters. Change pronouns in example cases (see https://www.gnu.org/software/guix/manual/guix.html#Submitting-Patches point 8.)
,
gnunet
,
2017/10/19
[GNUnet-SVN] [taler-deployment] branch master updated: instructions on buildbot+(git)hooks
,
gnunet
,
2017/10/19
[GNUnet-SVN] [taler-marketing] branch master updated: major edits to e-Krona report
,
gnunet
,
2017/10/19
[GNUnet-SVN] [taler-deployment] branch master updated: fir root dir of main www
,
gnunet
,
2017/10/18
[GNUnet-SVN] [taler-marketing] branch master updated (5f78a0c -> a4477bb)
,
gnunet
,
2017/10/18
[GNUnet-SVN] [taler-marketing] 01/02: UNREADABLE CORRECTIONS on page 3
,
gnunet
,
2017/10/18
[GNUnet-SVN] [taler-marketing] 02/02: sovereignty
,
gnunet
,
2017/10/18
[GNUnet-SVN] [taler-deployment] branch master updated: texi syntax error
,
gnunet
,
2017/10/18
[GNUnet-SVN] [taler-marketing] branch master updated: Second half of second page
,
gnunet
,
2017/10/18
[GNUnet-SVN] [taler-marketing] branch master updated: First page of Christian's corrections
,
gnunet
,
2017/10/18
[GNUnet-SVN] [taler-marketing] branch master updated: Initial e-krona application conversion to latex
,
gnunet
,
2017/10/18
[GNUnet-SVN] [gnunet] branch master updated: Add @direntry
,
gnunet
,
2017/10/18
[GNUnet-SVN] [gnunet] branch master updated: attempt to fix buildbot system being super precise about wrong syntax. Inside comment blocks. Wow.
,
gnunet
,
2017/10/18
[GNUnet-SVN] [gnunet] branch master updated: mostly gnunet-c-tutorial changes.
,
gnunet
,
2017/10/18
[GNUnet-SVN] [taler-wallet-webex] annotated tag v0.4.0 created (now 3695b2c9)
,
gnunet
,
2017/10/18
[GNUnet-SVN] [taler-wallet-webex] branch master updated: version 0.4.0
,
gnunet
,
2017/10/18
[GNUnet-SVN] [taler-bank] annotated tag v0.4.0 created (now c89216b)
,
gnunet
,
2017/10/18
[GNUnet-SVN] [taler-bank] branch master updated: version 0.4.0
,
gnunet
,
2017/10/18
[GNUnet-SVN] [taler-www] branch stable updated (8d1f478 -> 0d4e6b3)
,
gnunet
,
2017/10/18
[GNUnet-SVN] [taler-www] branch master updated: announce v0.4.0 release
,
gnunet
,
2017/10/18
[GNUnet-SVN] [taler-merchant] branch master updated (46032ac -> 019f6fd)
,
gnunet
,
2017/10/18
[GNUnet-SVN] [taler-merchant] tag v0.4.0 created (now 019f6fd)
,
gnunet
,
2017/10/18
[GNUnet-SVN] [taler-merchant] 01/01: bumping versions for v0.4.0 release
,
gnunet
,
2017/10/18
[GNUnet-SVN] [taler-merchant] branch master updated: fix rules for 'make dist'
,
gnunet
,
2017/10/18
[GNUnet-SVN] [taler-deployment] branch master updated: instructions on db reset when deploying to demo
,
gnunet
,
2017/10/18
[GNUnet-SVN] [taler-exchange] tag v0.4.0 created (now 9807e5c)
,
gnunet
,
2017/10/18
[GNUnet-SVN] [taler-exchange] branch master updated: releasing v0.4.0
,
gnunet
,
2017/10/18
[GNUnet-SVN] [taler-deployment] branch master updated: dot-files prevention
,
gnunet
,
2017/10/18
[GNUnet-SVN] [taler-wallet-webex] branch master updated (1c2e73e1 -> 59fa713f)
,
gnunet
,
2017/10/18
[GNUnet-SVN] [taler-wallet-webex] 01/02: version
,
gnunet
,
2017/10/18
[GNUnet-SVN] [taler-wallet-webex] 02/02: changelog
,
gnunet
,
2017/10/18
[GNUnet-SVN] [taler-deployment] branch master updated: give descriptive names to build steps
,
gnunet
,
2017/10/18
[GNUnet-SVN] [taler-deployment] branch master updated: bind BB to localhost
,
gnunet
,
2017/10/18
[GNUnet-SVN] [taler-exchange] branch master updated: missing conf from 'make dist'
,
gnunet
,
2017/10/18
[GNUnet-SVN] [taler-deployment] branch master updated: keys generation instruction missing
,
gnunet
,
2017/10/18
[GNUnet-SVN] [taler-landing] branch stable updated (b57c38e -> 2aed8b2)
,
gnunet
,
2017/10/18
[GNUnet-SVN] [taler-merchant-frontends] branch stable updated (2d7427a -> 8a211b3)
,
gnunet
,
2017/10/18
[GNUnet-SVN] [taler-bank] branch stable updated (7d02404 -> 4963d08)
,
gnunet
,
2017/10/18
[GNUnet-SVN] [taler-bank] branch master updated: including testcase for bad configs
,
gnunet
,
2017/10/18
[GNUnet-SVN] [taler-merchant] branch stable updated (5e2e443 -> 417a952)
,
gnunet
,
2017/10/18
[GNUnet-SVN] [taler-exchange] branch stable updated (e140b41 -> ae68bd7)
,
gnunet
,
2017/10/18
[GNUnet-SVN] [taler-deployment] branch master updated: add FIXME
,
gnunet
,
2017/10/18
[GNUnet-SVN] [taler-exchange] branch master updated: fix --with-libcurl and --with-libgnurl options; they used to ignore the given path.
,
gnunet
,
2017/10/18
[GNUnet-SVN] [gnunet] branch master updated: developer.texi: try to fix buildbot failure.
,
gnunet
,
2017/10/18
[GNUnet-SVN] [taler-bank] branch master updated: dist include new .conf's for testing
,
gnunet
,
2017/10/17
[GNUnet-SVN] [taler-exchange] branch master updated (eda7e1c -> 58528f3)
,
gnunet
,
2017/10/17
[GNUnet-SVN] [taler-exchange] 01/08: assertion only holds if we did get results
,
gnunet
,
2017/10/17
[GNUnet-SVN] [taler-exchange] 03/08: make --wire argument mandatory
,
gnunet
,
2017/10/17
[GNUnet-SVN] [taler-exchange] 04/08: exit more nicely if command line arguments were wrong
,
gnunet
,
2017/10/17
[GNUnet-SVN] [taler-exchange] 08/08: update docs
,
gnunet
,
2017/10/17
[GNUnet-SVN] [taler-exchange] 05/08: actually properly implement API wrt return value handling, even if not used today
,
gnunet
,
2017/10/17
[GNUnet-SVN] [taler-exchange] 06/08: report if DK lacks auditor signature
,
gnunet
,
2017/10/17
[GNUnet-SVN] [taler-exchange] 07/08: fix matching of auditor keys/denomination issues so that we return _all_ applicable auditor signatures, instead of a tiny subset
,
gnunet
,
2017/10/17
[GNUnet-SVN] [taler-exchange] 02/08: add JSON auditor output samples
,
gnunet
,
2017/10/17
[GNUnet-SVN] [gnunet] branch master updated: +
,
gnunet
,
2017/10/17
[GNUnet-SVN] [gnunet] branch master updated: +
,
gnunet
,
2017/10/18
[GNUnet-SVN] [gnunet] branch master updated: +
,
gnunet
,
2017/10/19
[GNUnet-SVN] [taler-exchange] branch master updated: missing figure for dist
,
gnunet
,
2017/10/17
[GNUnet-SVN] [gnunet] branch master updated: philosophy: Add footnotes.
,
gnunet
,
2017/10/17
[GNUnet-SVN] [gnunet] branch master updated: doc: installation: some @code->@example changes
,
gnunet
,
2017/10/17
[GNUnet-SVN] [gnunet] branch master updated: doc: chapters: installation: some fixes.
,
gnunet
,
2017/10/17
[GNUnet-SVN] [taler-merchant-frontend-examples] branch master updated: adapt PHP shop
,
gnunet
,
2017/10/17
[GNUnet-SVN] [gnunet] branch master updated: contrib/packages/guix: Add 'which' to native-inputs
,
gnunet
,
2017/10/17
[GNUnet-SVN] [gnunet] branch master updated (6b2f72df1 -> 7348fad86)
,
gnunet
,
2017/10/17
[GNUnet-SVN] [gnunet] 01/02: contrib/Makefile.am: Use more portable Suffixes Extensions.
,
gnunet
,
2017/10/17
[GNUnet-SVN] [gnunet] 02/02: Use Suffix Extensions in Makefiles (doc, src/{arm, dht, integration, statistics}) for improved portability.
,
gnunet
,
2017/10/17
[GNUnet-SVN] [taler-deployment] branch master updated: last change is only possible for the wire details; tutorial instance needs a different private key.
,
gnunet
,
2017/10/17
[GNUnet-SVN] [taler-deployment] branch master updated: add 'tutorial' instance, even though it points to the same private key and wire details as the 'default' instance.
,
gnunet
,
2017/10/17
[GNUnet-SVN] [taler-wallet-webex] branch master updated: fix page title
,
gnunet
,
2017/10/17
[GNUnet-SVN] [taler-wallet-webex] branch master updated: selenium wrong class attribute
,
gnunet
,
2017/10/17
[GNUnet-SVN] [taler-bank] branch master updated: README
,
gnunet
,
2017/10/17
[GNUnet-SVN] [gnunet] branch master updated: boostrap: Add check for libtool, libtoolize or glibtoolize. This *seems* to be enough to fix the complains autoconf throws at us.
,
gnunet
,
2017/10/17
[GNUnet-SVN] [taler-wallet-webex] branch master updated: remove broken link
,
gnunet
,
2017/10/17
[GNUnet-SVN] [taler-wallet-webex] branch master updated: fix history rendering issue caused by i18n
,
gnunet
,
2017/10/17
[GNUnet-SVN] [taler-wallet-webex] branch master updated: tsconfig
,
gnunet
,
2017/10/17
[GNUnet-SVN] [taler-deployment] branch master updated: fix subsectioning, top-level needs to be chapter
,
gnunet
,
2017/10/17
[GNUnet-SVN] [libextractor] branch master updated: detect integer overflow in DVI extractor
,
gnunet
,
2017/10/17
[GNUnet-SVN] [taler-exchange] branch master updated (88cdaf7 -> 272f113)
,
gnunet
,
2017/10/16
[GNUnet-SVN] [taler-exchange] 02/03: resolve #4963
,
gnunet
,
2017/10/16
[GNUnet-SVN] [taler-exchange] 03/03: add exchangedb function for #4961
,
gnunet
,
2017/10/16
[GNUnet-SVN] [taler-exchange] 01/03: work on #4963 for taler-auditor
,
gnunet
,
2017/10/16
[GNUnet-SVN] [taler-exchange] branch master updated: adding missing table in the drop method
,
gnunet
,
2017/10/16
[GNUnet-SVN] [taler-bank] branch master updated: authors
,
gnunet
,
2017/10/16
[GNUnet-SVN] [taler-merchant-frontends] branch master updated: fix tests run and authors.
,
gnunet
,
2017/10/16
[GNUnet-SVN] [taler-marketing] branch master updated: typo
,
gnunet
,
2017/10/16
[GNUnet-SVN] [taler-merchant-frontend-examples] branch master updated: fix compilation issue
,
gnunet
,
2017/10/16
[GNUnet-SVN] [taler-bank] branch master updated: fix unshown negative amount (#5148)
,
gnunet
,
2017/10/16
[GNUnet-SVN] [taler-bank] branch master updated: make 5 the least amount withdrawable.
,
gnunet
,
2017/10/16
[GNUnet-SVN] [taler-merchant-frontend-examples] branch master updated: remove docs on inline proposals, they are dead
,
gnunet
,
2017/10/16
[GNUnet-SVN] [taler-merchant-frontends] branch master updated: check for refund on /pay
,
gnunet
,
2017/10/15
[GNUnet-SVN] [taler-merchant] branch master updated: add refund permissions to /pay
,
gnunet
,
2017/10/15
[GNUnet-SVN] [taler-merchant-frontends] branch master updated: fix markup
,
gnunet
,
2017/10/15
[GNUnet-SVN] [taler-merchant-frontends] branch master updated: missing template file
,
gnunet
,
2017/10/15
[GNUnet-SVN] [taler-merchant-frontends] branch master updated: don't show article after it was refunded
,
gnunet
,
2017/10/15
[GNUnet-SVN] [libextractor] annotated tag v1.6 created (now a005ce73)
,
gnunet
,
2017/10/15
[GNUnet-SVN] [libextractor] branch master updated: release v1.6
,
gnunet
,
2017/10/15
[GNUnet-SVN] [libextractor] branch master updated (d0a7ceb6 -> e340cef5)
,
gnunet
,
2017/10/15
[GNUnet-SVN] [libextractor] 01/27: indentation fixes
,
gnunet
,
2017/10/15
[GNUnet-SVN] [libextractor] 04/27: indentation fixes
,
gnunet
,
2017/10/15
[GNUnet-SVN] [libextractor] 02/27: fix potential assign-after-free
,
gnunet
,
2017/10/15
[GNUnet-SVN] [libextractor] 08/27: fix potential buffer underflow read in deb_extractor
,
gnunet
,
2017/10/15
[GNUnet-SVN] [libextractor] 05/27: defensive programming: avoid malloc(0) in deb extractor
,
gnunet
,
2017/10/15
[GNUnet-SVN] [libextractor] 03/27: avoid passing of char to isspace()-family of functions, always pass unsigned chars
,
gnunet
,
2017/10/15
[GNUnet-SVN] [libextractor] 09/27: fix very hypothetical lack of 0-termination in ole2-extractor iff translation string was more than 10x as long as the English version
,
gnunet
,
2017/10/15
[GNUnet-SVN] [libextractor] 16/27: handle allocation failure in gstreamer plugin
,
gnunet
,
2017/10/15
[GNUnet-SVN] [libextractor] 11/27: be more conservative about result from ctime_r
,
gnunet
,
2017/10/15
[GNUnet-SVN] [libextractor] 14/27: add missing continue if max meta data was reached to avoid use after free
,
gnunet
,
2017/10/15
[GNUnet-SVN] [libextractor] 15/27: fix indentation
,
gnunet
,
2017/10/15
[GNUnet-SVN] [libextractor] 06/27: fix duration initialization in ffmpeg extractor (badly positioned #if)
,
gnunet
,
2017/10/15
[GNUnet-SVN] [libextractor] 13/27: seems some specs of c_time allow up to 71 bytes, so increase buffer size just to be safe
,
gnunet
,
2017/10/15
[GNUnet-SVN] [libextractor] 19/27: need isspace, not isblank for rpm extractor
,
gnunet
,
2017/10/15
[GNUnet-SVN] [libextractor] 17/27: handle allocation failure in PDF fdopen call
,
gnunet
,
2017/10/15
[GNUnet-SVN] [libextractor] 18/27: do not try to seek on SHM if we do not use SHM, even if (bad) plugin requests it
,
gnunet
,
2017/10/15
[GNUnet-SVN] [libextractor] 10/27: be more careful with memory allocation failures in gsf extractor, avoid calling g_free(NULL)
,
gnunet
,
2017/10/15
[GNUnet-SVN] [libextractor] 20/27: fix signed/unsigned comparison issue
,
gnunet
,
2017/10/15
[GNUnet-SVN] [libextractor] 21/27: handle IPC_shared_memory_set_ error
,
gnunet
,
2017/10/15
[GNUnet-SVN] [libextractor] 25/27: avoid NPE on empty value in grep-friendly printing
,
gnunet
,
2017/10/15
[GNUnet-SVN] [libextractor] 12/27: fix NPE in extract for 0-byte values
,
gnunet
,
2017/10/15
[GNUnet-SVN] [libextractor] 07/27: doxygen improvements
,
gnunet
,
2017/10/15
[GNUnet-SVN] [libextractor] 26/27: check return values from dup2()
,
gnunet
,
2017/10/15
[GNUnet-SVN] [libextractor] 22/27: remove useless assignment
,
gnunet
,
2017/10/15
[GNUnet-SVN] [libextractor] 24/27: avoid calling free(NULL) on plugin load error
,
gnunet
,
2017/10/15
[GNUnet-SVN] [libextractor] 27/27: update gitignore
,
gnunet
,
2017/10/15
[GNUnet-SVN] [libextractor] 23/27: extra-carefully check return value of snprintf
,
gnunet
,
2017/10/15
[GNUnet-SVN] [libextractor] branch master updated: fix FD leak
,
gnunet
,
2017/10/15
[GNUnet-SVN] [taler-exchange] branch master updated: suppress compiler warning
,
gnunet
,
2017/10/15
[GNUnet-SVN] [taler-merchant-frontend-examples] branch master updated: clean up documentation on tipping
,
gnunet
,
2017/10/15
[GNUnet-SVN] [taler-merchant-frontend-examples] branch master updated (39074ad -> 51c41de)
,
gnunet
,
2017/10/15
[GNUnet-SVN] [taler-merchant-frontend-examples] 02/02: bump version
,
gnunet
,
2017/10/15
[GNUnet-SVN] [taler-merchant-frontend-examples] 01/02: clean up tutorials
,
gnunet
,
2017/10/15
[GNUnet-SVN] [bibliography] branch master updated: +
,
gnunet
,
2017/10/15
[GNUnet-SVN] [bibliography] branch master updated (ceab872 -> 90e6303)
,
gnunet
,
2017/10/15
[GNUnet-SVN] [bibliography] 01/02: additional README.
,
gnunet
,
2017/10/15
[GNUnet-SVN] [bibliography] 02/02: +
,
gnunet
,
2017/10/15
[GNUnet-SVN] [bibliography] branch master updated: move content to folder 'docs'.
,
gnunet
,
2017/10/15
[GNUnet-SVN] [taler-merchant] branch master updated: fix css files in .gitignore
,
gnunet
,
2017/10/15
[GNUnet-SVN] [taler-merchant] branch master updated: add CSS files
,
gnunet
,
2017/10/15
[GNUnet-SVN] [bibliography] branch master updated: README.
,
gnunet
,
2017/10/14
[GNUnet-SVN] [taler-www] branch master updated: remove remaining links to api.taler.net
,
gnunet
,
2017/10/14
[GNUnet-SVN] [taler-www] branch master updated: fix translations for front page change
,
gnunet
,
2017/10/14
[GNUnet-SVN] [taler-www] branch master updated: api.taler.net is gone, remove link
,
gnunet
,
2017/10/14
[GNUnet-SVN] [taler-exchange] branch master updated: add CSS to dist
,
gnunet
,
2017/10/14
[GNUnet-SVN] [taler-merchant-frontend-examples] branch master updated: style PHP docs
,
gnunet
,
2017/10/14
[GNUnet-SVN] [taler-deployment] branch master updated: modify deployment to properly update CSS of all manuals
,
gnunet
,
2017/10/14
[GNUnet-SVN] [taler-deployment] branch master updated: add build system for onboarding docs
,
gnunet
,
2017/10/14
[GNUnet-SVN] [taler-merchant] branch master updated: add CSS styling
,
gnunet
,
2017/10/14
[GNUnet-SVN] [taler-api] branch master updated (1d87911 -> 412a362)
,
gnunet
,
2017/10/14
[GNUnet-SVN] [taler-api] 01/02: remove dead links
,
gnunet
,
2017/10/14
[GNUnet-SVN] [taler-api] 02/02: update tipping specification
,
gnunet
,
2017/10/14
[GNUnet-SVN] [gnunet] branch master updated (45140f0fd -> 264206651)
,
gnunet
,
2017/10/14
[GNUnet-SVN] [gnunet] 01/03: Adjustment in how contrib/packages/guix/gnunet.scm is being used.
,
gnunet
,
2017/10/14
[GNUnet-SVN] [gnunet] 03/03: configure.ac: Add a better error message for when makeinfo is missing, and TODO comments on why this is not sufficient.
,
gnunet
,
2017/10/14
[GNUnet-SVN] [gnunet] 02/03: Merge branch 'master' of gnunet.org:gnunet
,
gnunet
,
2017/10/14
[GNUnet-SVN] [taler-api] branch master updated: add wire_method argument for wire fee verification to spec (#4943)
,
gnunet
,
2017/10/14
[GNUnet-SVN] [taler-exchange] branch master updated: fix geq, needs{}
,
gnunet
,
2017/10/13
[GNUnet-SVN] [taler-exchange] branch master updated: fix syntax issue in texi
,
gnunet
,
2017/10/13
[GNUnet-SVN] [libextractor] branch master updated (25da5822 -> 38e89335)
,
gnunet
,
2017/10/13
[GNUnet-SVN] [libextractor] 01/06: fix integer overflow in PNG plugin as reported by Leon Zhao on the mailinglist
,
gnunet
,
2017/10/13
[GNUnet-SVN] [libextractor] 04/06: modify gitignore
,
gnunet
,
2017/10/13
[GNUnet-SVN] [libextractor] 03/06: eliminate compiler warning
,
gnunet
,
2017/10/13
[GNUnet-SVN] [libextractor] 06/06: fix for NSF plugin's NPE reported by Leon Zhao
,
gnunet
,
2017/10/13
[GNUnet-SVN] [libextractor] 02/06: eliminate compiler warning
,
gnunet
,
2017/10/13
[GNUnet-SVN] [libextractor] 05/06: fix looping in nsfe extractor for problematic chunksize in input file
,
gnunet
,
2017/10/13
[GNUnet-SVN] [taler-exchange] branch master updated: add references to Mantis bugs to TODO/FIXME comments in code
,
gnunet
,
2017/10/12
[GNUnet-SVN] [taler-exchange] branch master updated: complete first pass of taler-wre-auditor's wire-out audit logic
,
gnunet
,
2017/10/12
[GNUnet-SVN] [taler-exchange] branch master updated: completing reserves_in logic of taler-wire-auditor, but not tested
,
gnunet
,
2017/10/12
[GNUnet-SVN] [libextractor] branch master updated (6095d713 -> 25da5822)
,
gnunet
,
2017/10/11
[GNUnet-SVN] [libextractor] 04/05: version bumping
,
gnunet
,
2017/10/11
[GNUnet-SVN] [libextractor] 03/05: recover lost ChangeLog entry
,
gnunet
,
2017/10/11
[GNUnet-SVN] [libextractor] 01/05: avoid use of deprecated libtidy header
,
gnunet
,
2017/10/11
[GNUnet-SVN] [libextractor] 02/05: make code compile against libexiv 0.26
,
gnunet
,
2017/10/11
[GNUnet-SVN] [libextractor] 05/05: disting, updates po files
,
gnunet
,
2017/10/11
[GNUnet-SVN] [taler-marketing] branch master updated: changes to pres by Guenther Palfinger
,
gnunet
,
2017/10/11
[GNUnet-SVN] [gnunet] branch master updated: Fix memory leak in test_core_api_reliability
,
gnunet
,
2017/10/09
[GNUnet-SVN] [gnunet] branch master updated (c4e393c4a -> 2a48c70fa)
,
gnunet
,
2017/10/09
[GNUnet-SVN] [gnunet] 02/04: Fix memory leak in transport-testing
,
gnunet
,
2017/10/09
[GNUnet-SVN] [gnunet] 01/04: Fix overflow in transport-testing
,
gnunet
,
2017/10/09
[GNUnet-SVN] [gnunet] 04/04: Fix use-after-free in revalidate_address
,
gnunet
,
2017/10/09
[GNUnet-SVN] [gnunet] 03/04: Fix use-after-free in some transport tests
,
gnunet
,
2017/10/09
[GNUnet-SVN] [libmicrohttpd] branch master updated (330a4055 -> 6c4c13ef)
,
gnunet
,
2017/10/09
[GNUnet-SVN] [libmicrohttpd] 02/02: add MHD_free(), actual 'code' and symbol export
,
gnunet
,
2017/10/09
[GNUnet-SVN] [libmicrohttpd] 01/02: add MHD_free(), actual 'code'
,
gnunet
,
2017/10/09
[GNUnet-SVN] [libmicrohttpd] branch master updated: add MHD_free(), as suggested by Tim on the mailinglist
,
gnunet
,
2017/10/09
[GNUnet-SVN] [gnunet] branch master updated: Fix overflow in test_sq
,
gnunet
,
2017/10/09
[GNUnet-SVN] [gnunet] branch master updated (6107aebdf -> cd26328e9)
,
gnunet
,
2017/10/09
[GNUnet-SVN] [gnunet] 01/02: Fix leaks in CRYPTO_paillier and test
,
gnunet
,
2017/10/09
[GNUnet-SVN] [gnunet] 02/02: Fix memory leak in test_mq
,
gnunet
,
2017/10/09
[GNUnet-SVN] [taler-bank] branch master updated: reverting last change
,
gnunet
,
2017/10/09
[GNUnet-SVN] [libextractor] branch master updated: fix NPE in FLAC plugin reported by Leon Zhao (https://bugzilla.redhat.com/show_bug.cgi?id=1499600)
,
gnunet
,
2017/10/09
[GNUnet-SVN] [libextractor] branch master updated: fix SIGFPE in wav plugin found by Leon Zhao
,
gnunet
,
2017/10/09
[GNUnet-SVN] [taler-www] branch stable updated (e8b7052 -> 8d1f478)
,
gnunet
,
2017/10/09
[GNUnet-SVN] [taler-www] branch master updated: update slides
,
gnunet
,
2017/10/09
[GNUnet-SVN] [taler-marketing] branch master updated: keep only up-to-date slides
,
gnunet
,
2017/10/09
[GNUnet-SVN] [taler-bank] branch master updated: add option to withdraw 2000 KUDOS, as Saleor samples tend to cost quite a lot!
,
gnunet
,
2017/10/09
[GNUnet-SVN] [taler-merchant-frontends] branch master updated: note
,
gnunet
,
2017/10/09
[GNUnet-SVN] [gnurl] annotated tag gnurl-7.56.0 created (now 62783a4ef)
,
gnunet
,
2017/10/08
[GNUnet-SVN] [gnurl] branch master updated: docs/libcurl/opts/Makefile.inc: fix typos. GNURLMOPT… -> GNURLMOPT_…
,
gnunet
,
2017/10/08
[GNUnet-SVN] [gnurl] branch master updated: 7.56.0 cleanups.
,
gnunet
,
2017/10/08
[GNUnet-SVN] [gnunet] branch master updated: Don't start multiple blacklist checks per ve
,
gnunet
,
2017/10/08
[GNUnet-SVN] [gnurl] branch master updated: +
,
gnunet
,
2017/10/08
[GNUnet-SVN] [gnurl] branch master updated: +
,
gnunet
,
2017/10/08
[GNUnet-SVN] [gnurl] branch master updated: Add 'configure-gnurl' as intermediate solution.
,
gnunet
,
2017/10/08
[GNUnet-SVN] [gnurl] branch master updated: message changes.
,
gnunet
,
2017/10/07
[GNUnet-SVN] [taler-exchange] branch master updated: properly handle signing errors if httpd lacks signing keys by returning internal errors (and handling new return value from TEH_KS_sign)
,
gnunet
,
2017/10/07
[GNUnet-SVN] [gnurl] branch master updated: further corrections.
,
gnunet
,
2017/10/07
[GNUnet-SVN] [gnurl] branch master updated: sync with curl-7_56_0 in 'tests' folder.
,
gnunet
,
2017/10/07
[GNUnet-SVN] [gnurl] branch master updated: Further merge cleanup, leftovers in lib/url.c (elif where none should be/end), src/Makefile.am (duplicate entry).
,
gnunet
,
2017/10/07
[GNUnet-SVN] [gnurl] branch master updated: Update guix-gnurl.scm to recent guix master changes.
,
gnunet
,
2017/10/07
[GNUnet-SVN] [libmicrohttpd] branch master updated: include full method list
,
gnunet
,
2017/10/07
[GNUnet-SVN] [taler-www] branch master updated: add security.txt, also follwing RFC 5785
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnunet] branch master updated: mark bug location
,
gnunet
,
2017/10/06
[GNUnet-SVN] [taler-exchange] branch master updated: check return value from create_denom_key_pair in test
,
gnunet
,
2017/10/06
[GNUnet-SVN] [taler-exchange] branch master updated (15e27ab -> c92d88d)
,
gnunet
,
2017/10/06
[GNUnet-SVN] [taler-exchange] 02/02: check rval from TALER_amount_to_string
,
gnunet
,
2017/10/06
[GNUnet-SVN] [taler-exchange] 01/02: use proper return value, some c99 changes
,
gnunet
,
2017/10/06
[GNUnet-SVN] [taler-exchange] branch master updated (1c725c0 -> 15e27ab)
,
gnunet
,
2017/10/06
[GNUnet-SVN] [taler-exchange] 02/02: doh, do not try to clean up after allocation failure
,
gnunet
,
2017/10/06
[GNUnet-SVN] [taler-exchange] 01/02: yet another TALER_amount_get_zero with missing rval check
,
gnunet
,
2017/10/06
[GNUnet-SVN] [taler-exchange] branch master updated (332a372 -> 1c725c0)
,
gnunet
,
2017/10/06
[GNUnet-SVN] [taler-exchange] 02/02: use proper enum value for error code on signature parsing in wire plugin
,
gnunet
,
2017/10/06
[GNUnet-SVN] [taler-exchange] 01/02: really carefully check strtoll() return value before casting to uint64_t
,
gnunet
,
2017/10/06
[GNUnet-SVN] [taler-exchange] branch master updated (d550506 -> 332a372)
,
gnunet
,
2017/10/06
[GNUnet-SVN] [taler-exchange] 04/06: handle plugin load failure without crashing
,
gnunet
,
2017/10/06
[GNUnet-SVN] [taler-exchange] 03/06: use proper type for do_shutdown() callback
,
gnunet
,
2017/10/06
[GNUnet-SVN] [taler-exchange] 02/06: reduce scope of local vars
,
gnunet
,
2017/10/06
[GNUnet-SVN] [taler-exchange] 06/06: handle (most) TEH_KS_acquire errors
,
gnunet
,
2017/10/06
[GNUnet-SVN] [taler-exchange] 01/06: add assertion to be more defensive against buffer overflow (cannot happen, but this better protects against future changes)
,
gnunet
,
2017/10/06
[GNUnet-SVN] [taler-exchange] 05/06: handle hypothetical failure of plugin not found
,
gnunet
,
2017/10/06
[GNUnet-SVN] [taler-exchange] branch master updated (800c54b -> d550506)
,
gnunet
,
2017/10/06
[GNUnet-SVN] [taler-exchange] 04/04: BLOB is BYTEA in Postgres
,
gnunet
,
2017/10/06
[GNUnet-SVN] [taler-exchange] 02/04: do not potentially pass -1 to fcntl()
,
gnunet
,
2017/10/06
[GNUnet-SVN] [taler-exchange] 01/04: more return value checks on TALER_amount_get_zero
,
gnunet
,
2017/10/06
[GNUnet-SVN] [taler-exchange] 03/04: add assertion to be more defensive against buffer overflow (cannot happen, but this better protects against future changes)
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnunet] branch master updated: fix leak
,
gnunet
,
2017/10/06
[GNUnet-SVN] [taler-merchant] branch master updated (b237811 -> 1f67c7f)
,
gnunet
,
2017/10/06
[GNUnet-SVN] [taler-merchant] 01/02: check return value from TALER_JSON_hash
,
gnunet
,
2017/10/06
[GNUnet-SVN] [taler-merchant] 02/02: check return value from TALER_amount_get_zero
,
gnunet
,
2017/10/06
[GNUnet-SVN] [taler-exchange] branch master updated (85a2d3d -> 800c54b)
,
gnunet
,
2017/10/06
[GNUnet-SVN] [taler-exchange] 06/06: do not potentially pass -1 to fcntl()
,
gnunet
,
2017/10/06
[GNUnet-SVN] [taler-exchange] 04/06: check return value from TALER_amount_get_zero
,
gnunet
,
2017/10/06
[GNUnet-SVN] [taler-exchange] 02/06: fix indentation
,
gnunet
,
2017/10/06
[GNUnet-SVN] [taler-exchange] 01/06: fix signed calls to isalpha/isdigit/isspace etc.
,
gnunet
,
2017/10/06
[GNUnet-SVN] [taler-exchange] 03/06: check return value from TALER_JSON_hash
,
gnunet
,
2017/10/06
[GNUnet-SVN] [taler-exchange] 05/06: better logging if IBAN validation fails, also avoid potentially unbounded stack allocation
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] branch master updated (dc3acc160 -> 64d20516f)
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 09/256: cmake: remove dead code for CURL_DISABLE_RTMP
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 02/256: runtests: match keywords case insensitively
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 05/256: test1449: FTP download range with an too large size
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 03/256: travis: build the examples too
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 13/256: m4/curl-compilers.m4: use proper quotes around string, not backticks
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 01/256: examples/ftpuploadresume.c: use portable code
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 12/256: cmake: remove dead code for DISABLED_THREADSAFE
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 06/256: RELEASE-NOTES: synced with 91c46dc44
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 08/256: zsh.pl: produce a working completion script again
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 07/256: curlver: toward 7.56.0?
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 17/256: configure: check for __builtin_available() availability (#1788)
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 18/256: http_proxy: fix build error for CURL_DOES_CONVERSIONS
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 11/256: curl-confopts.m4: fix --disable-threaded-resolver
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 14/256: darwinssi: fix error: variable length array used
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 21/256: curl/system.h: checksrc compliance
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 19/256: examples/ftpuploadresume: checksrc compliance
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 04/256: strtoofft: reduce integer overflow risks globally
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 47/256: curl: shorten and clean up CA cert verification error message
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 40/256: tftp: fix memory leak on too long filename
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 50/256: config-tpf: define SIZEOF_LONG
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 23/256: CURLOPT_SSH_COMPRESSION.3: enable with 1L
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 27/256: config-win32: define SIZEOF_CURL_OFF_T
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 16/256: travis: add metalink to some osx builds
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 10/256: progress: Track total times following redirects
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 22/256: compressed-ssh.d: "Added: 7.56.0"
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 52/256: CURLOPT_USERPWD.3: see also CURLOPT_PROXYUSERPWD
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 15/256: coverage: Use two coveralls commands to get lib/vtls results
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 31/256: http: Don't wait on CONNECT when there is no proxy
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 24/256: ftp: fix CWD when doing multicwd then nocwd on same connection
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 26/256: cmake: sizeof curl_off_t, remove unused detections
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 28/256: lib557: no longer use CURL_SIZEOF_* defines
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 51/256: imap: support PREAUTH
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 32/256: curl/system.h: check for __ppc__ as well
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 34/256: http2_recv: return error better on fatal h2 errors
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 39/256: runtests: fixed case insensitive matching of keywords
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 41/256: curl/system.h: fix build for hppa
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 38/256: tests: Make sure libtests call curl_global_cleanup()
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 53/256: imap: use defined names for response codes
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 33/256: KNOWN_BUGS: HTTP test server 'connection-monitor' problems
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 58/256: system.h: include sys/poll.h for AIX
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 48/256: config-dos: add missing defines, SIZEOF_* and two others
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 55/256: fuzz/Makefile.am: remove curlbuild.h leftovers
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 82/256: curl_ntlm_core: don't complain but #include OpenSSL header if needed
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 63/256: vtls: make sure all _data_pending() functions return bool
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 62/256: vtls: make sure all _cleanup() functions return void
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 91/256: version: if built with more than one SSL backend, report all of them
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 88/256: docs/examples: demonstrate how to select SSL backends
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 61/256: vtls: use consistent signature for _random() implementations
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 92/256: vtls: use Curl_ssl_multi pseudo backend only when needed
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 83/256: vtls: fold the backend ID into the Curl_ssl structure
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 68/256: vtls: move md5sum into the Curl_ssl struct
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 45/256: tool_main: turn off MinGW CRT's globbing
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 25/256: system.h: remove all CURL_SIZEOF_* defines
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 96/256: asyn-thread: Improved cleanup after OOM situations
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 42/256: cmake: enable picky compiler options with clang and gcc
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 76/256: vtls: move SSL backends' private constants out of their header files
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 97/256: unit1606: Fixed shadowed variable warning
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 65/256: vtls: introduce a new struct for SSL backends
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 86/256: vtls: introduce curl_global_sslset()
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 105/256: curl.h: CURLSSLBACKEND_WOLFSSL used wrong value
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 77/256: getinfo: access SSL internals via Curl_ssl
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 87/256: Add a man page for curl_global_sslset()
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 103/256: curl/multi.h: remove duplicated closing c++ brace
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 43/256: config-win32: define SIZEOF_LONG
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 94/256: configure: Handle "MultiSSL" specially When versioning symbols
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 57/256: tests: Make sure libtests & unittests call curl_global_cleanup()
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 67/256: vtls: use the Curl_ssl struct to access all SSL backends' functionality
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 20/256: ssh: add the ability to enable compression (for SCP/SFTP)
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 79/256: urldata.h: move SSPI-specific #include to correct location
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 60/256: strtooff: fix build for systems with long long but no strtoll option
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 98/256: curl_global_init.3: mention curl_global_sslset(3)
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 101/256: HELP-US.md: spelling
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 64/256: vtls: make sure every _sha256sum()'s first arg is const
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 139/256: RELEASE-NOTES: fixed the function counter script
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 117/256: curl_global_sslset: select backend by name case insensitively
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 110/256: cyassl: call it the "WolfSSL" backend
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 119/256: http: fix a memory leakage in checkrtspprefix().
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 112/256: curl_global_sslset.3: show the struct and enum too
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 123/256: runtests.pl: allow <file[1-4]> tags in client section.
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 95/256: asyn-thread: Set errno to the proper value ENOMEM in OOM situation
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 114/256: strcase: corrected comment header for Curl_strcasecompare()
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 151/256: openssl: use OpenSSL's default ciphers by default
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 156/256: runtests.pl: support attribute "nonewline" in part verify/upload.
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 66/256: vtls: declare Curl_ssl structs for every SSL backend
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 36/256: scripts/contri*sh: use "git log --use-mailmap"
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 141/256: test1135: fixed after bd8070085f9
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 70/256: vtls: convert the have_curlssl_* constants to runtime flags
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 104/256: curl_global_sslset.3: clarify
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 118/256: ossfuzz: Move to C++ for curl_fuzzer.
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 129/256: mime: fix some implicit curl_off_t --> size_t conversion warnings.
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 106/256: makefile.m32: add multissl support
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 85/256: vtls: refactor out essential information about the SSL backends
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 148/256: configure: add MultiSSL to FEATURES when enabled
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 211/256: RELEASE-NOTES: synced with 5fe85587c
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 99/256: asyn-thread: Fixed cleanup after OOM
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 109/256: polarssl: fix multissl breakage
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 84/256: vtls: allow selecting which SSL backend to use at runtime
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 125/256: test564: Add a warning comment about shell profile output.
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 179/256: mbedtls: enable CA path processing
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 216/256: examples/post-callback: use long for CURLOPT_POSTFIELDSIZE
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 184/256: checksrc: detect and warn for lack of spaces next to plus signs
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 202/256: schannel: Support partial send for when data is too large
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 162/256: configure: remove --enable-soname-bump and SONAME_BUMP
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 207/256: ossfuzz: don't write out to stdout
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 108/256: configure: remove the leading comma from the backends list
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 107/256: examples/sslbackend.c: fix failure of 'make checksrc'
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 89/256: metalink: allow compiling with multiple SSL backends
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 81/256: vtls: encapsulate SSL backend-specific data
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 78/256: urldata.h: remove support for obsolete PolarSSL version
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 116/256: ossfuzz: additional seed corpora
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 111/256: darwinssl: handle long strings in TLS certs (follow-up)
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 144/256: docs: Update to secure URL versions
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 152/256: docs/curl_mime_*.3: use correct variable types in examples
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 74/256: vtls: remove obsolete declarations of SSL backend functionality
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 124/256: checksrc: disable SPACEBEFOREPAREN for case statement.
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 121/256: Curl_base64_encode: always call with a real data handle.
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 153/256: curl.h: use lower case curl_mime* as for all public symbols
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 171/256: http-proxy: when not doing CONNECT, that phase is done immediately
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 175/256: configure: check for C++ compiler after C, to make it non-fatal
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 72/256: axtls: reorder functions topologically
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 165/256: HISTORY: added some recent items
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 132/256: tool_formparse: fix some trivial warnings
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 35/256: mailmap: de-duplify some git authors
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 221/256: imap: quote atoms properly when escaping characters
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 219/256: vtls: provide curl_global_sslset() even in non-SSL builds
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 217/256: openssl: only verify RSA private key if supported
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 59/256: darwinssl: handle long strings in TLS certs
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 73/256: schannel: reorder functions topologically
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 69/256: vtls: move sha256sum into the Curl_ssl struct
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 195/256: rtsp: Segfault in rtsp.c when using WRITEDATA
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 253/256: build-openssl.bat: Warn OpenSSL 1.1.0 not yet supported
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 30/256: metalink: adjust source code style
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 149/256: docs/curl_mime_*.3: added examples
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 93/256: configure: allow setting the default SSL backend
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 224/256: metalink: fix NSS issue in MultiSSL builds
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 198/256: non-ascii: use iconv() with 'char **' argument
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 136/256: RELEASE-NOTES: synced with 1ab9e9b50
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 189/256: code style: remove wrong uses of multiple spaces
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 166/256: travis: add c-ares enabled builds linux + osx
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 237/256: cookie: fix memory leak on oversized rejection
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 212/256: smtp: fix memory leak in OOM
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 254/256: THANKS: added new 7.56.0 contributors
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 251/256: vtls: compare and clone ssl configs properly
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 203/256: socks: fix incorrect port number in SOCKS4 error message
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 138/256: curl.h: make the curl_strequal() protos use the same style
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 37/256: RELEASE-NOTES: synced with 8baead425
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 127/256: mime: use in curl cli tool instead of form API.
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 158/256: mime: replace 'struct Curl_mimepart' by 'curl_mimepart' in encoder code.
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 71/256: vtls: move the SUPPORT_HTTPS_PROXY flag into the Curl_ssl struct
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 75/256: axtls: use Curl_none_* versions of init() and cleanup()
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 131/256: mime: use size_t instead of ssize_t in public API interface.
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 242/256: libcurl-tutorial: describe MIME API and deprecate form API.
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 90/256: version: add the CURL_VERSION_MULTI_SSL feature flag
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 100/256: HELP-US.md: "How to get started helping out in the curl project"
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 157/256: mime: implement encoders.
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 133/256: mime: fix signed/unsigned conversions.
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 140/256: examples/post-callback: stop returning one byte at a time
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 143/256: mime: use CURL_ZERO_TERMINATED in examples
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 46/256: request-target.d: mention added in 7.55.0
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 56/256: winbuild: fix embedded manifest option
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 236/256: connect: fix race condition with happy eyeballs timeout
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 44/256: makefile.m32: add support for libidn2
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 167/256: vtls: switch to CURL_SHA256_DIGEST_LENGTH define
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 54/256: examples/threaded-ssl: mention that this is for openssl before 1.1
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 188/256: checksrc: detect and warn for multiple spaces
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 233/256: http: add custom empty headers to repeated requests
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 115/256: ossfuzz: moving towards the ideal integration
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 241/256: cookie: fix memory leak if path was set twice in header
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 49/256: test1453: Fixed <features>
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 204/256: curl: make str2udouble not return values on error
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 225/256: symbols-in-versions: fix CURLSSLSET_NO_BACKENDS entry
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 196/256: docs: clarify the CURLOPT_INTERLEAVE* options behavior
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 154/256: mime: unified to use the typedef'd mime structs everywhere
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 246/256: FTP: zero terminate the entry path even on bad input
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 102/256: RELEASE-NOTES: synced with 8c33c963a
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 238/256: test1160: verifies cookie leak for large cookies
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 245/256: cmake: disable tests and man generation if perl/nroff not found
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 150/256: examples/mime: minor example code fixes
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 234/256: docs: clarify the use of environment variables for proxy
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 128/256: mime: tests and examples.
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 146/256: MAIL-ETIQUETTE: added "1.9 Your emails are public"
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 137/256: docs: curl_mime_*.3 man page formatting edits
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 249/256: libcurl-tutorial: add casts in example to avoid compilation warnings.
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 130/256: mime: remove support "-" stdin pseudo-file name in curl_mime_filedata().
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 29/256: CURL_SIZEOF_LONG: removed, use only SIZEOF_LONG
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 163/256: mime: drop internal FILE * support.
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 145/256: curl.h: fix "unused checksrc ignore", remove dangling reference
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 159/256: mime: fix a trivial warning.
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 220/256: tests: make the imap server not verify user+password
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 210/256: cookies: use lock when using CURLINFO_COOKIELIST
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 208/256: mime:escape_string minor clarification change
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 160/256: openssl: Integrate Peter Wu's SSLKEYLOGFILE implementation
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 177/256: configure: use -Wno-varargs on clang 3.9[.X] debug builds
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 172/256: KNOWN_BUGS: Remove CMake symbol hiding issue
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 213/256: curl: check fseek() return code and bail on error
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 120/256: non-ascii: allow conversion functions to be called with a NULL data handle.
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 244/256: libcurl-tutorial: fix two typos.
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 205/256: travis: on mac, don't install openssl or libidn
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 247/256: test1153: verify quoted double-qoutes in PWD response
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 228/256: ntlm: move NTLM_NEEDS_NSS_INIT define into core NTLM header
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 142/256: schannel: return CURLE_SSL_CACERT on failed verification
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 122/256: runtests.pl: Apply strippart to upload too.
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 180/256: travis: add build without HTTP/SMTP/IMAP
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 113/256: unit1301: fix error message on first test
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 214/256: mime: fix an explicit null dereference (#1899)
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 194/256: tests: enable gssapi in travis-ci linux build
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 168/256: vtls: fix memory corruption
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 170/256: OpenSSL: fix yet another mistake while encapsulating SSL backend data
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 206/256: cookies: reject oversized cookies
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 176/256: ossfuzz: add some more handled CURL options
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 155/256: fixup data/test1135
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 200/256: conversions: fix several compiler warnings
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 239/256: Set and use more necessary options when some protocols are disabled
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 173/256: configure: fix curl_off_t check's include order
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 181/256: Curl_checkheaders: make it available for IMAP and SMTP too
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 250/256: proxy: read the "no_proxy" variable only if necessary
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 191/256: URL: on connection re-use, still pick the new remote port
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 192/256: test1150: verify same host fetch using different ports over proxy
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 199/256: server/getpart: provide dummy function to build conversion enabled
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 230/256: RELEASE-NOTES: synced with d8ab5dc50
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 134/256: headers: move the global_sslset() proto from multi.h to curl.h
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 190/256: RELEASE-NOTES: synced with 87501e57f
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 252/256: idn: fix source code comment
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 135/256: lib: bump version info (soname). Adapt and reenable test 1135.
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 193/256: tests: add initial gssapi test using stub implementation
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 226/256: tests: fix a compiler warning in test 643
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 235/256: docs: link CURLOPT_CONNECTTIMEOUT and CURLOPT_CONNECTTIMEOUT_MS
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 227/256: file_range: avoid integer overflow when figuring out byte range
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 218/256: form/mime: field names are not allowed to contain zero-valued bytes.
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 197/256: escape.c: error: pointer targets differ in signedness
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 243/256: TODO: remove deprecated form API items.
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 187/256: code style: use space after semicolon
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 182/256: checksrc: verify spaces around equals signs
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 209/256: ossfuzz: changes before merging the generated corpora
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 255/256: RELEASE-NOTES: curl 7.56.0
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 232/256: reuse_conn: don't copy flags that are known to be equal
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 186/256: checksrc: verify space after semicolons
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 231/256: curl.h: include <sys/select.h> on cygwin too
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 215/256: mime: rephrase the multipart output state machine (#1898) ...
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 161/256: vtls: select ssl backend case-insensitive (follow-up)
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 174/256: form API: add new test 650.
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 223/256: ntlm: use strict order for SSL backend #if branches
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 178/256: rtsp: do not call fwrite() with NULL pointer FILE *
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 169/256: OpenSSL: fix erroneous SSL backend encapsulation
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 80/256: vtls: prepare the SSL backends for encapsulated private data
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 222/256: symbols-in-versions: add CURLSSLSET_NO_BACKENDS
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 248/256: examples: bring back curl_formadd-using examples
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 164/256: SSL: fix unused parameter warnings
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 240/256: test650: Use variable replacement to set the host address and port
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 229/256: tests: adjust .gitignore for new tests
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 147/256: http-proxy: treat all 2xx as CONNECT success
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 201/256: openssl: add missing includes
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 126/256: mime: new MIME API.
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 185/256: code style: use spaces around pluses
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 256/256: Merge tag 'curl-7_56_0'
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnurl] 183/256: code style: use spaces around equals signs
,
gnunet
,
2017/10/06
[GNUnet-SVN] [taler-deployment] branch master updated: roughly explain how gitolite is configured
,
gnunet
,
2017/10/06
[GNUnet-SVN] [gnunet] branch master updated (664aca2d2 -> 954500e2e)
,
gnunet
,
2017/10/05
[GNUnet-SVN] [gnunet] 02/02: fix type
,
gnunet
,
2017/10/05
[GNUnet-SVN] [gnunet] 01/02: fix whitespace
,
gnunet
,
2017/10/05
[GNUnet-SVN] [libmicrohttpd] branch master updated: check return value
,
gnunet
,
2017/10/05
[GNUnet-SVN] [libmicrohttpd] branch master updated: use more c99
,
gnunet
,
2017/10/05
[GNUnet-SVN] [libmicrohttpd] branch master updated (92749423 -> 1a23dd25)
,
gnunet
,
2017/10/05
[GNUnet-SVN] [libmicrohttpd] 01/02: fix indentation, use 'true' instead of not 0
,
gnunet
,
2017/10/05
[GNUnet-SVN] [libmicrohttpd] 02/02: misc style improvements, fixing some tiny rare memory leaks in examples
,
gnunet
,
2017/10/05
[GNUnet-SVN] [taler-marketing] branch master updated: create updated gov pres
,
gnunet
,
2017/10/05
[GNUnet-SVN] [gnunet] branch master updated: fix transport crash from util-legacy-server refactoring of tcp plugin
,
gnunet
,
2017/10/04
[GNUnet-SVN] [gnunet] branch master updated: ignore generated files
,
gnunet
,
2017/10/04
[GNUnet-SVN] [gnunet] branch master updated: ignore benchmark binary
,
gnunet
,
2017/10/04
[GNUnet-SVN] [libmicrohttpd] branch master updated: update .gitignore
,
gnunet
,
2017/10/04
[GNUnet-SVN] [gnunet] branch master updated: fix indentation
,
gnunet
,
2017/10/04
[GNUnet-SVN] [gnunet] branch master updated: delay cancelling listen operations to avoid rejecting operations before they had a chance to start, fixes misc. test case failures related to set
,
gnunet
,
2017/10/04
[GNUnet-SVN] [taler-www] branch stable updated (dbfbb69 -> e8b7052)
,
gnunet
,
2017/10/02
[GNUnet-SVN] [taler-www] branch master updated: fix PDF build issues
,
gnunet
,
2017/10/02
[GNUnet-SVN] [gnunet] branch master updated: fix uninit listener field
,
gnunet
,
2017/10/02
[GNUnet-SVN] [gnunet] branch master updated: disconnect CADET only after client count hits zero
,
gnunet
,
2017/10/02
[GNUnet-SVN] [gnunet] branch master updated: Support filter-size in fs block plugin
,
gnunet
,
2017/10/01
[GNUnet-SVN] [libmicrohttpd] branch master updated (f2f1d659 -> 41eb046c)
,
gnunet
,
2017/10/01
[GNUnet-SVN] [libmicrohttpd] 01/02: Added support for sendfile() on FreeBSD
,
gnunet
,
2017/10/01
[GNUnet-SVN] [libmicrohttpd] 02/02: Implemented usage of readahead buffer for sendfile() on FreeBSD 11 and later
,
gnunet
,
2017/10/01
[GNUnet-SVN] [libmicrohttpd] branch master updated (e127b8a6 -> f2f1d659)
,
gnunet
,
2017/10/01
[GNUnet-SVN] [libmicrohttpd] 01/03: configure: tuned Linux sendfile detection
,
gnunet
,
2017/10/01
[GNUnet-SVN] [libmicrohttpd] 02/03: mhd_limits.h: improved macros
,
gnunet
,
2017/10/01
[GNUnet-SVN] [libmicrohttpd] 03/03: Improved 5ac497e212525a12209a3c1007a129ae85055cf7
,
gnunet
,
2017/10/01
[GNUnet-SVN] [libmicrohttpd] branch master updated: Added detection for Linux form of sendfile(2)
,
gnunet
,
2017/10/01
[GNUnet-SVN] [libmicrohttpd] branch master updated: Fixed 5ac497e212525a12209a3c1007a129ae85055cf7
,
gnunet
,
2017/10/01
[GNUnet-SVN] [libmicrohttpd] branch master updated (386f371d -> 02ff959e)
,
gnunet
,
2017/10/01
[GNUnet-SVN] [libmicrohttpd] 01/04: mhd_options.h: better detect compiler optimization option
,
gnunet
,
2017/10/01
[GNUnet-SVN] [libmicrohttpd] 02/04: sendfile_adapter(): fixed wrong type of return variable
,
gnunet
,
2017/10/01
[GNUnet-SVN] [libmicrohttpd] 04/04: sendfile_adapter(): fixed indentation
,
gnunet
,
2017/10/01
[GNUnet-SVN] [libmicrohttpd] 03/04: Sending with sendfile: use chunks so MHD will be able to process other connections too.
,
gnunet
,
2017/10/01
[GNUnet-SVN] [libmicrohttpd] branch master updated (5b3cd84e -> 386f371d)
,
gnunet
,
2017/10/01
[GNUnet-SVN] [libmicrohttpd] 01/02: test_start_stop: moved to src/microhttpd, removed inclusion of libcurl header
,
gnunet
,
2017/10/01
[GNUnet-SVN] [libmicrohttpd] 02/02: test_start_stop: silent compiler warnings
,
gnunet
,
2017/10/01
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc