Commit Graph

  • 45933bbff0 - Update to 7.52.0 Changes: * nss: map CURL_SSLVERSION_DEFAULT to NSS default * vtls: support TLS 1.3 via CURL_SSLVERSION_TLSv1_3 * curl: introduce the --tlsv1.3 option to force TLS 1.3 * curl: Add --retry-connrefused * proxy: Support HTTPS proxy and SOCKS+HTTP(s) * add CURLINFO_SCHEME, CURLINFO_PROTOCOL, and %{scheme} * curl: add --fail-early Bugfixes: * CVE-2016-9586: printf floating point buffer overflow * curl -w: added more decimal digits to timing counters * easy: Initialize info variables on easy init and duphandle * http2: Don't send header fields prohibited by HTTP/2 spec * ssh: check md5 fingerprints case insensitively (regression) * openssl: initial TLS 1.3 adaptions * SPNEGO: Fix memory leak when authentication fails * realloc: use Curl_saferealloc to avoid common mistakes * openssl: make sure to fail in the unlikely event that PRNG seeding fails * URL-parser: for file://[host]/ URLs, the [host] must be localhost * timeval: prefer time_t to hold seconds instead of long * glob: fix [a-c] globbing regression * curl.1: Clarify --dump-header only writes received headers * http2: Fix address sanitizer memcpy warning * http2: Use huge HTTP/2 windows * connects: Don't mix unix domain sockets with regular ones * url: Fix conn reuse for local ports and interfaces * x509: Limit ASN.1 structure sizes to 256K * http2: check nghttp2_session_set_local_window_size exists Ismail Dönmez 2016-12-21 07:25:57 +00:00
  • 509550b5a8 - Update to 7.52.0 Changes: * nss: map CURL_SSLVERSION_DEFAULT to NSS default * vtls: support TLS 1.3 via CURL_SSLVERSION_TLSv1_3 * curl: introduce the --tlsv1.3 option to force TLS 1.3 * curl: Add --retry-connrefused * proxy: Support HTTPS proxy and SOCKS+HTTP(s) * add CURLINFO_SCHEME, CURLINFO_PROTOCOL, and %{scheme} * curl: add --fail-early Bugfixes: * CVE-2016-9586: printf floating point buffer overflow * curl -w: added more decimal digits to timing counters * easy: Initialize info variables on easy init and duphandle * http2: Don't send header fields prohibited by HTTP/2 spec * ssh: check md5 fingerprints case insensitively (regression) * openssl: initial TLS 1.3 adaptions * SPNEGO: Fix memory leak when authentication fails * realloc: use Curl_saferealloc to avoid common mistakes * openssl: make sure to fail in the unlikely event that PRNG seeding fails * URL-parser: for file://[host]/ URLs, the [host] must be localhost * timeval: prefer time_t to hold seconds instead of long * glob: fix [a-c] globbing regression * curl.1: Clarify --dump-header only writes received headers * http2: Fix address sanitizer memcpy warning * http2: Use huge HTTP/2 windows * connects: Don't mix unix domain sockets with regular ones * url: Fix conn reuse for local ports and interfaces * x509: Limit ASN.1 structure sizes to 256K * http2: check nghttp2_session_set_local_window_size exists Ismail Dönmez 2016-12-21 07:25:57 +00:00
  • 7b64dbbbd0 Accepting request 438231 from devel:libraries:c_c++ Dominique Leuenberger 2016-11-03 11:56:25 +00:00
  • d2d9f6e931 Accepting request 438231 from devel:libraries:c_c++ Dominique Leuenberger 2016-11-03 11:56:25 +00:00
  • e62d33fcc8 - Update to 7.51.0 Changes: * nss: additional cipher suites are now accepted by CURLOPT_SSL_CIPHER_LIST * New option: CURLOPT_KEEP_SENDING_ON_ERROR Bugfixes: * CVE-2016-8615: cookie injection for other servers * CVE-2016-8616: case insensitive password comparison * CVE-2016-8617: OOB write via unchecked multiplication * CVE-2016-8618: double-free in curl_maprintf * CVE-2016-8619: double-free in krb5 code * CVE-2016-8620: glob parser write/read out of bounds * CVE-2016-8621: curl_getdate read out of bounds * CVE-2016-8622: URL unescape heap overflow via integer truncation * CVE-2016-8623: Use-after-free via shared cookies * CVE-2016-8624: invalid URL parsing with '#' * CVE-2016-8625: IDNA 2003 makes curl use wrong host * openssl: fix per-thread memory leak using 1.0.1 or 1.0.2 * http: accept "Transfer-Encoding: chunked" for HTTP/2 as well * LICENSE-MIXING.md: update with mbedTLS dual licensing * examples/imap-append: Set size of data to be uploaded * test2048: fix url * darwinssl: disable RC4 cipher-suite support * CURLOPT_PINNEDPUBLICKEY.3: fix the AVAILABILITY formatting * openssl: don’t call CRYTPO_cleanup_all_ex_data * libressl: fix version output * easy: Reset all statistical session info in curl_easy_reset * curl_global_cleanup.3: don't unload the lib with sub threads running * dist: add CurlSymbolHiding.cmake to the tarball * docs: Remove that --proto is just used for initial retrieval Ismail Dönmez 2016-11-02 08:22:48 +00:00
  • c7dbf5559a - Update to 7.51.0 Changes: * nss: additional cipher suites are now accepted by CURLOPT_SSL_CIPHER_LIST * New option: CURLOPT_KEEP_SENDING_ON_ERROR Bugfixes: * CVE-2016-8615: cookie injection for other servers * CVE-2016-8616: case insensitive password comparison * CVE-2016-8617: OOB write via unchecked multiplication * CVE-2016-8618: double-free in curl_maprintf * CVE-2016-8619: double-free in krb5 code * CVE-2016-8620: glob parser write/read out of bounds * CVE-2016-8621: curl_getdate read out of bounds * CVE-2016-8622: URL unescape heap overflow via integer truncation * CVE-2016-8623: Use-after-free via shared cookies * CVE-2016-8624: invalid URL parsing with '#' * CVE-2016-8625: IDNA 2003 makes curl use wrong host * openssl: fix per-thread memory leak using 1.0.1 or 1.0.2 * http: accept "Transfer-Encoding: chunked" for HTTP/2 as well * LICENSE-MIXING.md: update with mbedTLS dual licensing * examples/imap-append: Set size of data to be uploaded * test2048: fix url * darwinssl: disable RC4 cipher-suite support * CURLOPT_PINNEDPUBLICKEY.3: fix the AVAILABILITY formatting * openssl: don’t call CRYTPO_cleanup_all_ex_data * libressl: fix version output * easy: Reset all statistical session info in curl_easy_reset * curl_global_cleanup.3: don't unload the lib with sub threads running * dist: add CurlSymbolHiding.cmake to the tarball * docs: Remove that --proto is just used for initial retrieval Ismail Dönmez 2016-11-02 08:22:48 +00:00
  • 983c5c5561 Accepting request 427465 from devel:libraries:c_c++ Dominique Leuenberger 2016-09-17 12:32:31 +00:00
  • 3fbf179fb6 Accepting request 427465 from devel:libraries:c_c++ Dominique Leuenberger 2016-09-17 12:32:31 +00:00
  • 7d3d1faddd - update to 7.50.3 Bugfixes: * CVE-2016-7167: escape and unescape integer overflows * mk-ca-bundle.pl: use SHA256 instead of SHA1 * checksrc: detect strtok() use * errors: new alias CURLE_WEIRD_SERVER_REPLY * http2: support > 64bit sized uploads * openssl: fix bad memory free (regression) * CMake: hide private library symbols * http: refuse to pass on response body when NO_NODY is set * cmake: fix curl-config --static-libs * mbedtls: switch off NTLM in build if md4 isn't available * curl: --create-dirs on windows groks both forward and backward slashes Ismail Dönmez 2016-09-14 07:41:51 +00:00
  • bde7f7c470 - update to 7.50.3 Bugfixes: * CVE-2016-7167: escape and unescape integer overflows * mk-ca-bundle.pl: use SHA256 instead of SHA1 * checksrc: detect strtok() use * errors: new alias CURLE_WEIRD_SERVER_REPLY * http2: support > 64bit sized uploads * openssl: fix bad memory free (regression) * CMake: hide private library symbols * http: refuse to pass on response body when NO_NODY is set * cmake: fix curl-config --static-libs * mbedtls: switch off NTLM in build if md4 isn't available * curl: --create-dirs on windows groks both forward and backward slashes Ismail Dönmez 2016-09-14 07:41:51 +00:00
  • 497ee7818d Accepting request 425624 from devel:libraries:c_c++ Dominique Leuenberger 2016-09-12 11:23:50 +00:00
  • e9ec2302b1 Accepting request 425624 from devel:libraries:c_c++ Dominique Leuenberger 2016-09-12 11:23:50 +00:00
  • c8915d9855 - Ismail Dönmez 2016-09-08 08:56:16 +00:00
  • 2204f88cb5 - Ismail Dönmez 2016-09-08 08:56:16 +00:00
  • 63ea24c4bf - update to 7.50.2 Bugfixes: * mbedtls: Added support for NTLM * SSH: fixed SFTP/SCP transfer problems * multi: make Curl_expire() work with 0 ms timeouts * mk-ca-bundle.pl: -m keeps ca cert meta data in output * TFTP: Fix upload problem with piped input * CURLOPT_TCP_NODELAY: now enabled by default * mbedtls: set verbose TLS debug when MBEDTLS_DEBUG is defined * http2: always wait for readable socket * cmake: Enable win32 large file support by default * cmake: Enable win32 threaded resolver by default * winbuild: Avoid setting redundant CFLAGS to compile commands * curl.h: make CURL_NO_OLDIES define CURL_STRICTER * docs: make more markdown files use .md extension * docs: CONTRIBUTE and LICENSE-MIXING were converted to markdown * winbuild: Allow changing C compiler via environment variable CC * rtsp: accept any RTSP session id * HTTP: retry failed HEAD requests on reused connections too * configure: add zlib search with pkg-config * openssl: accept subjectAltName iPAddress if no dNSName match * MANUAL: Remove invalid link to LDAP documentation * socks: improved connection procedure * proxy: reject attempts to use unsupported proxy schemes * proxy: bring back use of "Proxy-Connection:" * curl: allow "pkcs11:" prefix for client certificates * spnego_sspi: fix memory leak in case *outlen is zero * SOCKS: improve verbose output of SOCKS5 connection sequence * SOCKS: display the hostname returned by the SOCKS5 proxy server * http/sasl: Query authentication mechanism supported by SSPI before using Ismail Dönmez 2016-09-08 08:54:43 +00:00
  • 302b721dfa - update to 7.50.2 Bugfixes: * mbedtls: Added support for NTLM * SSH: fixed SFTP/SCP transfer problems * multi: make Curl_expire() work with 0 ms timeouts * mk-ca-bundle.pl: -m keeps ca cert meta data in output * TFTP: Fix upload problem with piped input * CURLOPT_TCP_NODELAY: now enabled by default * mbedtls: set verbose TLS debug when MBEDTLS_DEBUG is defined * http2: always wait for readable socket * cmake: Enable win32 large file support by default * cmake: Enable win32 threaded resolver by default * winbuild: Avoid setting redundant CFLAGS to compile commands * curl.h: make CURL_NO_OLDIES define CURL_STRICTER * docs: make more markdown files use .md extension * docs: CONTRIBUTE and LICENSE-MIXING were converted to markdown * winbuild: Allow changing C compiler via environment variable CC * rtsp: accept any RTSP session id * HTTP: retry failed HEAD requests on reused connections too * configure: add zlib search with pkg-config * openssl: accept subjectAltName iPAddress if no dNSName match * MANUAL: Remove invalid link to LDAP documentation * socks: improved connection procedure * proxy: reject attempts to use unsupported proxy schemes * proxy: bring back use of "Proxy-Connection:" * curl: allow "pkcs11:" prefix for client certificates * spnego_sspi: fix memory leak in case *outlen is zero * SOCKS: improve verbose output of SOCKS5 connection sequence * SOCKS: display the hostname returned by the SOCKS5 proxy server * http/sasl: Query authentication mechanism supported by SSPI before using Ismail Dönmez 2016-09-08 08:54:43 +00:00
  • e8de475aa7 Accepting request 417094 from devel:libraries:c_c++ Dominique Leuenberger 2016-08-12 13:37:07 +00:00
  • 5d8e90bb39 Accepting request 417094 from devel:libraries:c_c++ Dominique Leuenberger 2016-08-12 13:37:07 +00:00
  • 8e5ebf4139 - update to 7.50.1 Bugfixes: * TLS: switch off SSL session id when client cert is used * TLS: only reuse connections with the same client cert * curl_multi_cleanup: clear connection pointer for easy handles * include the CURLINFO_HTTP_VERSION man page into the release tarball * include the http2-server.pl script in the release tarball * test558: fix test by stripping file paths from FD lines * spnego: Corrected miss-placed * in Curl_auth_spnego_cleanup() declaration * tests: Fix for http/2 feature * cmake: Fix for schannel support * curl.h: make public types void * again * win32: fix a potential memory leak in Curl_load_library * travis: fix OSX build by re-installing libtool * mbedtls: Fix debug function name - removed 0001-tests-distribute-the-http2-server.pl-script-too.patch P. Janouch 2016-08-05 12:52:17 +00:00
  • a8f615150b - update to 7.50.1 Bugfixes: * TLS: switch off SSL session id when client cert is used * TLS: only reuse connections with the same client cert * curl_multi_cleanup: clear connection pointer for easy handles * include the CURLINFO_HTTP_VERSION man page into the release tarball * include the http2-server.pl script in the release tarball * test558: fix test by stripping file paths from FD lines * spnego: Corrected miss-placed * in Curl_auth_spnego_cleanup() declaration * tests: Fix for http/2 feature * cmake: Fix for schannel support * curl.h: make public types void * again * win32: fix a potential memory leak in Curl_load_library * travis: fix OSX build by re-installing libtool * mbedtls: Fix debug function name - removed 0001-tests-distribute-the-http2-server.pl-script-too.patch P. Janouch 2016-08-05 12:52:17 +00:00
  • 24a1d2b990 Accepting request 412565 from home:vitezslav_cizek:branches:devel:libraries:c_c++ Dirk Mueller 2016-07-21 18:40:30 +00:00
  • e971992d56 Accepting request 412565 from home:vitezslav_cizek:branches:devel:libraries:c_c++ Dirk Mueller 2016-07-21 18:40:30 +00:00
  • ee04f8c7c4 Accepting request 402957 from devel:libraries:c_c++ Dominique Leuenberger 2016-06-29 13:01:54 +00:00
  • ce34dd2a1c Accepting request 402957 from devel:libraries:c_c++ Dominique Leuenberger 2016-06-29 13:01:54 +00:00
  • b1de435662 Accepting request 402804 from home:AndreasStieger:branches:devel:libraries:c_c++ P. Janouch 2016-06-17 13:15:20 +00:00
  • f0b8ef2d59 Accepting request 402804 from home:AndreasStieger:branches:devel:libraries:c_c++ P. Janouch 2016-06-17 13:15:20 +00:00
  • 7be75610aa Accepting request 400210 from devel:libraries:c_c++ Dominique Leuenberger 2016-06-12 16:52:19 +00:00
  • 36257dd5a4 Accepting request 400210 from devel:libraries:c_c++ Dominique Leuenberger 2016-06-12 16:52:19 +00:00
  • 289e791307 - Depend on libssh2 >= 1.6.0 since curl depends on the libssh2_scp_recv2 symbol now. Fixes boo#983170 Ismail Dönmez 2016-06-06 10:22:45 +00:00
  • 197fcdad71 - Depend on libssh2 >= 1.6.0 since curl depends on the libssh2_scp_recv2 symbol now. Fixes boo#983170 Ismail Dönmez 2016-06-06 10:22:45 +00:00
  • fcb23c07dc Accepting request 394306 from devel:libraries:c_c++ Dominique Leuenberger 2016-05-12 07:33:00 +00:00
  • 6f783b8926 Accepting request 394306 from devel:libraries:c_c++ Dominique Leuenberger 2016-05-12 07:33:00 +00:00
  • b83d2dfda6 Accepting request 394233 from home:alarrosa:branches:devel:libraries:c_c++ P. Janouch 2016-05-09 07:57:49 +00:00
  • e5356c8cdc Accepting request 394233 from home:alarrosa:branches:devel:libraries:c_c++ P. Janouch 2016-05-09 07:57:49 +00:00
  • 2ac7f86047 Accepting request 382629 from devel:libraries:c_c++ Dominique Leuenberger 2016-04-06 09:50:15 +00:00
  • e5b48b528b Accepting request 382629 from devel:libraries:c_c++ Dominique Leuenberger 2016-04-06 09:50:15 +00:00
  • 1018aaca5d - Update to 7.48.0 * configure: --with-ca-fallback: use built-in TLS CA fallback * TFTP: add --tftp-no-options to expose CURLOPT_TFTP_NO_OPTIONS * getinfo: CURLINFO_TLS_SSL_PTR supersedes CURLINFO_TLS_SESSION * Lots of bugfixes, see https://curl.haxx.se/changes.html#7_48_0 - Drop curl-7.41.0-use-openssl-s-built-in-verify-path-as-fallback.diff, superseded by --with-ca-fallback configure option. Ismail Dönmez 2016-03-31 17:36:23 +00:00
  • 15d9fc8ebf - Update to 7.48.0 * configure: --with-ca-fallback: use built-in TLS CA fallback * TFTP: add --tftp-no-options to expose CURLOPT_TFTP_NO_OPTIONS * getinfo: CURLINFO_TLS_SSL_PTR supersedes CURLINFO_TLS_SESSION * Lots of bugfixes, see https://curl.haxx.se/changes.html#7_48_0 - Drop curl-7.41.0-use-openssl-s-built-in-verify-path-as-fallback.diff, superseded by --with-ca-fallback configure option. Ismail Dönmez 2016-03-31 17:36:23 +00:00
  • f551c8dd2f Accepting request 379275 from devel:libraries:c_c++ Dominique Leuenberger 2016-03-29 07:55:37 +00:00
  • 1f19233f57 Accepting request 379275 from devel:libraries:c_c++ Dominique Leuenberger 2016-03-29 07:55:37 +00:00
  • 9d6a9611b7 Accepting request 374160 from home:AndreasStieger:branches:devel:libraries:c_c++ Ismail Dönmez 2016-03-17 11:16:46 +00:00
  • 4284e84a5d Accepting request 374160 from home:AndreasStieger:branches:devel:libraries:c_c++ Ismail Dönmez 2016-03-17 11:16:46 +00:00
  • c23d1caeb6 Accepting request 357070 from devel:libraries:c_c++ Dominique Leuenberger 2016-02-03 09:17:44 +00:00
  • b859c464a0 Accepting request 357070 from devel:libraries:c_c++ Dominique Leuenberger 2016-02-03 09:17:44 +00:00
  • 4d026d3987 Accepting request 356754 from home:pluskalm:branches:devel:libraries:c_c++ Ismail Dönmez 2016-02-01 08:31:24 +00:00
  • b8c9e9fdbe Accepting request 356754 from home:pluskalm:branches:devel:libraries:c_c++ Ismail Dönmez 2016-02-01 08:31:24 +00:00
  • 453fa512ed - Ismail Dönmez 2016-01-27 14:02:40 +00:00
  • 980f5f360d - Ismail Dönmez 2016-01-27 14:02:40 +00:00
  • 9ab982b84f Accepting request 356290 from home:vitezslav_cizek:branches:devel:libraries:c_c++ Ismail Dönmez 2016-01-27 14:02:04 +00:00
  • 2e307bfe03 Accepting request 356290 from home:vitezslav_cizek:branches:devel:libraries:c_c++ Ismail Dönmez 2016-01-27 14:02:04 +00:00
  • 1ea9029253 Accepting request 352284 from devel:libraries:c_c++ Dominique Leuenberger 2016-01-08 14:39:23 +00:00
  • c304d840ac Accepting request 352284 from devel:libraries:c_c++ Dominique Leuenberger 2016-01-08 14:39:23 +00:00
  • a72e2647dd - Fix path to curl in zsh.pl to unbreak _curl completion * curl-fix-zsh-completion.patch Ismail Dönmez 2016-01-06 13:19:01 +00:00
  • 8b97e80fe9 - Fix path to curl in zsh.pl to unbreak _curl completion * curl-fix-zsh-completion.patch Ismail Dönmez 2016-01-06 13:19:01 +00:00
  • 74927fdaab Accepting request 347176 from devel:libraries:c_c++ Dominique Leuenberger 2015-12-09 18:41:24 +00:00
  • 705f93d8ae Accepting request 347176 from devel:libraries:c_c++ Dominique Leuenberger 2015-12-09 18:41:24 +00:00
  • 9ede1626ad - Ismail Dönmez 2015-12-02 13:30:58 +00:00
  • 4de4fd4bbd - Ismail Dönmez 2015-12-02 13:30:58 +00:00
  • 501c8540f5 - Ismail Dönmez 2015-12-02 13:16:36 +00:00
  • 5ca4b2b127 - Ismail Dönmez 2015-12-02 13:16:36 +00:00
  • 684d3ba966 - Update to 7.46.0 * Added CURLOPT_STREAM_DEPENDS * Added CURLOPT_STREAM_DEPENDS_E * Added CURLOPT_STREAM_WEIGHT * Added CURLFORM_CONTENTLEN * oauth2: Added support for OAUTHBEARER SASL mechanism to IMAP, POP3 and SNMP * Many bugfixes, see http://curl.haxx.se/changes.html#7_46_0 for the complete list. Ismail Dönmez 2015-12-02 12:46:01 +00:00
  • 6f4050fff1 - Update to 7.46.0 * Added CURLOPT_STREAM_DEPENDS * Added CURLOPT_STREAM_DEPENDS_E * Added CURLOPT_STREAM_WEIGHT * Added CURLFORM_CONTENTLEN * oauth2: Added support for OAUTHBEARER SASL mechanism to IMAP, POP3 and SNMP * Many bugfixes, see http://curl.haxx.se/changes.html#7_46_0 for the complete list. Ismail Dönmez 2015-12-02 12:46:01 +00:00
  • 951235c3a5 Accepting request 339794 from devel:libraries:c_c++ Dominique Leuenberger 2015-10-26 11:47:17 +00:00
  • 7ed2fbd78b Accepting request 339794 from devel:libraries:c_c++ Dominique Leuenberger 2015-10-26 11:47:17 +00:00
  • 7fb3aeda7c Accepting request 339793 from home:vitezslav_cizek:branches:devel:libraries:c_c++ Ismail Dönmez 2015-10-19 09:39:40 +00:00
  • d36b376f47 Accepting request 339793 from home:vitezslav_cizek:branches:devel:libraries:c_c++ Ismail Dönmez 2015-10-19 09:39:40 +00:00
  • 032ccc0493 Accepting request 339741 from home:elvigia:branches:devel:libraries:c_c++ Dirk Mueller 2015-10-19 07:55:37 +00:00
  • f6ed93560a Accepting request 339741 from home:elvigia:branches:devel:libraries:c_c++ Dirk Mueller 2015-10-19 07:55:37 +00:00
  • 7bb0a1fc21 Accepting request 337556 from home:pluskalm:branches:devel:libraries:c_c++ Ismail Dönmez 2015-10-10 11:43:37 +00:00
  • fc8a64ea5a Accepting request 337556 from home:pluskalm:branches:devel:libraries:c_c++ Ismail Dönmez 2015-10-10 11:43:37 +00:00
  • e2fa0f21de Accepting request 326699 from home:vitezslav_cizek:branches:devel:libraries:c_c++ Ismail Dönmez 2015-08-26 08:19:18 +00:00
  • 9fc1eac3cb Accepting request 326699 from home:vitezslav_cizek:branches:devel:libraries:c_c++ Ismail Dönmez 2015-08-26 08:19:18 +00:00
  • 987544bc6a Accepting request 323094 from devel:libraries:c_c++ Dominique Leuenberger 2015-08-17 15:25:32 +00:00
  • c1fba71499 Accepting request 323094 from devel:libraries:c_c++ Dominique Leuenberger 2015-08-17 15:25:32 +00:00
  • 38292b2a0c Accepting request 323080 from home:vitezslav_cizek:branches:devel:libraries:c_c++ Ismail Dönmez 2015-08-14 11:26:36 +00:00
  • 4746012054 Accepting request 323080 from home:vitezslav_cizek:branches:devel:libraries:c_c++ Ismail Dönmez 2015-08-14 11:26:36 +00:00
  • e54c4d53a3 Accepting request 321837 from devel:libraries:c_c++ Dominique Leuenberger 2015-08-13 16:09:34 +00:00
  • 7e73bc28f9 Accepting request 321837 from devel:libraries:c_c++ Dominique Leuenberger 2015-08-13 16:09:34 +00:00
  • 8cfa5a198c Accepting request 321822 from home:Andreas_Schwab:Factory Vítězslav Čížek 2015-08-11 11:41:56 +00:00
  • 7519697cc4 Accepting request 321822 from home:Andreas_Schwab:Factory Vítězslav Čížek 2015-08-11 11:41:56 +00:00
  • e42fccc1a6 Accepting request 319721 from home:michel_mno:branches:devel:libraries:c_c++ Ismail Dönmez 2015-08-01 08:40:59 +00:00
  • 956ec4b502 Accepting request 319721 from home:michel_mno:branches:devel:libraries:c_c++ Ismail Dönmez 2015-08-01 08:40:59 +00:00
  • bf6c044100 Accepting request 314966 from devel:libraries:c_c++ Stephan Kulow 2015-07-05 15:58:36 +00:00
  • a4d69aa3fc Accepting request 314966 from devel:libraries:c_c++ Stephan Kulow 2015-07-05 15:58:36 +00:00
  • 68c2dc0c44 Accepting request 314959 from home:vitezslav_cizek:branches:devel:libraries:c_c++ Ismail Dönmez 2015-07-03 09:34:44 +00:00
  • ff61679396 Accepting request 314959 from home:vitezslav_cizek:branches:devel:libraries:c_c++ Ismail Dönmez 2015-07-03 09:34:44 +00:00
  • b52dc9ca41 Accepting request 312733 from home:pluskalm:branches:devel:libraries:c_c++ Ismail Dönmez 2015-06-19 13:41:49 +00:00
  • 2cd7cc2321 Accepting request 312733 from home:pluskalm:branches:devel:libraries:c_c++ Ismail Dönmez 2015-06-19 13:41:49 +00:00
  • f4bc251c35 Accepting request 308148 from home:vitezslav_cizek:branches:devel:libraries:c_c++ Ismail Dönmez 2015-05-21 14:02:13 +00:00
  • 0cff5e983c Accepting request 308148 from home:vitezslav_cizek:branches:devel:libraries:c_c++ Ismail Dönmez 2015-05-21 14:02:13 +00:00
  • 0f95d3a8a4 Accepting request 304674 from devel:libraries:c_c++ Dominique Leuenberger 2015-05-02 19:30:13 +00:00
  • d59b030ab5 Accepting request 304674 from devel:libraries:c_c++ Dominique Leuenberger 2015-05-02 19:30:13 +00:00
  • 8d5eaa0ace Accepting request 304521 from home:vitezslav_cizek:branches:devel:libraries:c_c++ Ismail Dönmez 2015-04-29 10:20:53 +00:00
  • 753a9895de Accepting request 304521 from home:vitezslav_cizek:branches:devel:libraries:c_c++ Ismail Dönmez 2015-04-29 10:20:53 +00:00
  • b59fd77eee Accepting request 298504 from devel:libraries:c_c++ Stephan Kulow 2015-04-25 14:45:41 +00:00
  • 2eb64ca4da Accepting request 298504 from devel:libraries:c_c++ Stephan Kulow 2015-04-25 14:45:41 +00:00
  • e786f49bd6 Accepting request 298500 from home:vitezslav_cizek:branches:devel:libraries:c_c++ Ismail Dönmez 2015-04-22 08:44:51 +00:00
  • b9b9e80a90 Accepting request 298500 from home:vitezslav_cizek:branches:devel:libraries:c_c++ Ismail Dönmez 2015-04-22 08:44:51 +00:00
  • b4bb9c068e Accepting request 293697 from devel:libraries:c_c++ Dominique Leuenberger 2015-04-03 12:31:59 +00:00
  • e0a71b0747 Accepting request 293697 from devel:libraries:c_c++ Dominique Leuenberger 2015-04-03 12:31:59 +00:00