<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/curl.git/lib/nonblock.c, branch bagder/https-proxy-tests</title>
<subtitle>github.com: bagder/curl.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/'/>
<entry>
<title>copyrights: fix copyright year range</title>
<updated>2019-11-08T13:51:42+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2019-11-02T22:41:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=0bc60d91de0eda5d1c7ec8033a75980f81a33a59'/>
<id>0bc60d91de0eda5d1c7ec8033a75980f81a33a59</id>
<content type='text'>
.. because checksrc's copyright year check stopped working.

Ref: https://github.com/curl/curl/pull/4547

Closes https://github.com/curl/curl/pull/4549
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
.. because checksrc's copyright year check stopped working.

Ref: https://github.com/curl/curl/pull/4547

Closes https://github.com/curl/curl/pull/4549
</pre>
</div>
</content>
</entry>
<entry>
<title>nonblock: fix unused parameter warning</title>
<updated>2018-10-14T19:07:45+00:00</updated>
<author>
<name>Marcel Raad</name>
<email>Marcel.Raad@teamviewer.com</email>
</author>
<published>2018-10-14T19:07:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=6c413648ec440230d2988be2d9ed8b70f8dba24b'/>
<id>6c413648ec440230d2988be2d9ed8b70f8dba24b</id>
<content type='text'>
If USE_BLOCKING_SOCKETS is defined, curlx_nonblock's arguments are not
used.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If USE_BLOCKING_SOCKETS is defined, curlx_nonblock's arguments are not
used.
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve code readbility</title>
<updated>2017-03-13T22:11:45+00:00</updated>
<author>
<name>Sylvestre Ledru</name>
<email>sylvestre@debian.org</email>
</author>
<published>2017-03-10T13:28:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=66de563482c0fd4324e1eae19809d2499e3c4fa8'/>
<id>66de563482c0fd4324e1eae19809d2499e3c4fa8</id>
<content type='text'>
... by removing the else branch after a return, break or continue.

Closes #1310
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... by removing the else branch after a return, break or continue.

Closes #1310
</pre>
</div>
</content>
</entry>
<entry>
<title>URLs: change all http:// URLs to https://</title>
<updated>2016-02-02T23:19:02+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2016-02-02T23:19:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=4af40b3646d3b09f68e419f7ca866ff395d1f897'/>
<id>4af40b3646d3b09f68e419f7ca866ff395d1f897</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>nonblock: fix setting non-blocking mode for Amiga</title>
<updated>2015-11-27T22:29:30+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2015-11-27T22:29:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=81ae6d01fa9c0b599e4831fa268acf5b6bc8b142'/>
<id>81ae6d01fa9c0b599e4831fa268acf5b6bc8b142</id>
<content type='text'>
IoctlSocket() apparently wants a pointer to a long, passed as a char *
in its third parameter. This bug was introduced already back in commit
c5fdeef41d from October 1 2001!

Bug: http://curl.haxx.se/mail/lib-2015-11/0088.html
Reported-by: Norbert Kett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
IoctlSocket() apparently wants a pointer to a long, passed as a char *
in its third parameter. This bug was introduced already back in commit
c5fdeef41d from October 1 2001!

Bug: http://curl.haxx.se/mail/lib-2015-11/0088.html
Reported-by: Norbert Kett
</pre>
</div>
</content>
</entry>
<entry>
<title>build: fix circular header inclusion with other packages</title>
<updated>2013-01-08T23:49:50+00:00</updated>
<author>
<name>Yang Tse</name>
<email>yangsita@gmail.com</email>
</author>
<published>2013-01-06T18:06:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=5a053ffe80289b8472f88d7f11f29fbc98d4d9fd'/>
<id>5a053ffe80289b8472f88d7f11f29fbc98d4d9fd</id>
<content type='text'>
This commit renames lib/setup.h to lib/curl_setup.h and
renames lib/setup_once.h to lib/curl_setup_once.h.

Removes the need and usage of a header inclusion guard foreign
to libcurl. [1]

Removes the need and presence of an alarming notice we carried
in old setup_once.h [2]

----------------------------------------

1 - lib/setup_once.h used __SETUP_ONCE_H macro as header inclusion guard
    up to commit ec691ca3 which changed this to HEADER_CURL_SETUP_ONCE_H,
    this single inclusion guard is enough to ensure that inclusion of
    lib/setup_once.h done from lib/setup.h is only done once.

    Additionally lib/setup.h has always used __SETUP_ONCE_H macro to
    protect inclusion of setup_once.h even after commit ec691ca3, this
    was to avoid a circular header inclusion triggered when building a
    c-ares enabled version with c-ares sources available which also has
    a setup_once.h header. Commit ec691ca3 exposes the real nature of
    __SETUP_ONCE_H usage in lib/setup.h, it is a header inclusion guard
    foreign to libcurl belonging to c-ares's setup_once.h

    The renaming this commit does, fixes the circular header inclusion,
    and as such removes the need and usage of a header inclusion guard
    foreign to libcurl. Macro __SETUP_ONCE_H no longer used in libcurl.

2 - Due to the circular interdependency of old lib/setup_once.h and the
    c-ares setup_once.h header, old file lib/setup_once.h has carried
    back from 2006 up to now days an alarming and prominent notice about
    the need of keeping libcurl's and c-ares's setup_once.h in sync.

    Given that this commit fixes the circular interdependency, the need
    and presence of mentioned notice is removed.

    All mentioned interdependencies come back from now old days when
    the c-ares project lived inside a curl subdirectory. This commit
    removes last traces of such fact.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit renames lib/setup.h to lib/curl_setup.h and
renames lib/setup_once.h to lib/curl_setup_once.h.

Removes the need and usage of a header inclusion guard foreign
to libcurl. [1]

Removes the need and presence of an alarming notice we carried
in old setup_once.h [2]

----------------------------------------

1 - lib/setup_once.h used __SETUP_ONCE_H macro as header inclusion guard
    up to commit ec691ca3 which changed this to HEADER_CURL_SETUP_ONCE_H,
    this single inclusion guard is enough to ensure that inclusion of
    lib/setup_once.h done from lib/setup.h is only done once.

    Additionally lib/setup.h has always used __SETUP_ONCE_H macro to
    protect inclusion of setup_once.h even after commit ec691ca3, this
    was to avoid a circular header inclusion triggered when building a
    c-ares enabled version with c-ares sources available which also has
    a setup_once.h header. Commit ec691ca3 exposes the real nature of
    __SETUP_ONCE_H usage in lib/setup.h, it is a header inclusion guard
    foreign to libcurl belonging to c-ares's setup_once.h

    The renaming this commit does, fixes the circular header inclusion,
    and as such removes the need and usage of a header inclusion guard
    foreign to libcurl. Macro __SETUP_ONCE_H no longer used in libcurl.

2 - Due to the circular interdependency of old lib/setup_once.h and the
    c-ares setup_once.h header, old file lib/setup_once.h has carried
    back from 2006 up to now days an alarming and prominent notice about
    the need of keeping libcurl's and c-ares's setup_once.h in sync.

    Given that this commit fixes the circular interdependency, the need
    and presence of mentioned notice is removed.

    All mentioned interdependencies come back from now old days when
    the c-ares project lived inside a curl subdirectory. This commit
    removes last traces of such fact.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert changes relative to lib/*.[ch] recent renaming</title>
<updated>2013-01-06T17:20:27+00:00</updated>
<author>
<name>Yang Tse</name>
<email>yangsita@gmail.com</email>
</author>
<published>2013-01-04T01:50:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=4a5aa6682daeea7cd7cbbb47ce3e1c310e9261c2'/>
<id>4a5aa6682daeea7cd7cbbb47ce3e1c310e9261c2</id>
<content type='text'>
This reverts renaming and usage of lib/*.h header files done
28-12-2012, reverting 2 commits:

  f871de0... build: make use of 76 lib/*.h renamed files
  ffd8e12... build: rename 76 lib/*.h files

This also reverts removal of redundant include guard (redundant thanks
to changes in above commits) done 2-12-2013, reverting 1 commit:

  c087374... curl_setup.h: remove redundant include guard

This also reverts renaming and usage of lib/*.c source files done
3-12-2013, reverting 3 commits:

  13606bb... build: make use of 93 lib/*.c renamed files
  5b6e792... build: rename 93 lib/*.c files
  7d83dff... build: commit 13606bbfde follow-up 1

Start of related discussion thread:

  http://curl.haxx.se/mail/lib-2013-01/0012.html

Asking for confirmation on pushing this revertion commit:

  http://curl.haxx.se/mail/lib-2013-01/0048.html

Confirmation summary:

  http://curl.haxx.se/mail/lib-2013-01/0079.html

NOTICE: The list of 2 files that have been modified by other
intermixed commits, while renamed, and also by at least one
of the 6 commits this one reverts follows below. These 2 files
will exhibit a hole in history unless git's '--follow' option
is used when viewing logs.

  lib/curl_imap.h
  lib/curl_smtp.h
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts renaming and usage of lib/*.h header files done
28-12-2012, reverting 2 commits:

  f871de0... build: make use of 76 lib/*.h renamed files
  ffd8e12... build: rename 76 lib/*.h files

This also reverts removal of redundant include guard (redundant thanks
to changes in above commits) done 2-12-2013, reverting 1 commit:

  c087374... curl_setup.h: remove redundant include guard

This also reverts renaming and usage of lib/*.c source files done
3-12-2013, reverting 3 commits:

  13606bb... build: make use of 93 lib/*.c renamed files
  5b6e792... build: rename 93 lib/*.c files
  7d83dff... build: commit 13606bbfde follow-up 1

Start of related discussion thread:

  http://curl.haxx.se/mail/lib-2013-01/0012.html

Asking for confirmation on pushing this revertion commit:

  http://curl.haxx.se/mail/lib-2013-01/0048.html

Confirmation summary:

  http://curl.haxx.se/mail/lib-2013-01/0079.html

NOTICE: The list of 2 files that have been modified by other
intermixed commits, while renamed, and also by at least one
of the 6 commits this one reverts follows below. These 2 files
will exhibit a hole in history unless git's '--follow' option
is used when viewing logs.

  lib/curl_imap.h
  lib/curl_smtp.h
</pre>
</div>
</content>
</entry>
<entry>
<title>build: rename 93 lib/*.c files</title>
<updated>2013-01-03T05:13:18+00:00</updated>
<author>
<name>Yang Tse</name>
<email>yangsita@gmail.com</email>
</author>
<published>2013-01-03T05:13:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=5b6e7927c6891d93edc16695ae786dc686274bab'/>
<id>5b6e7927c6891d93edc16695ae786dc686274bab</id>
<content type='text'>
93 lib/*.c source files renamed to use our standard naming scheme.

This commit only does the file renaming.

----------------------------------------

  renamed:    lib/amigaos.c -&gt; lib/curl_amigaos.c
  renamed:    lib/asyn-ares.c -&gt; lib/curl_asyn_ares.c
  renamed:    lib/asyn-thread.c -&gt; lib/curl_asyn_thread.c
  renamed:    lib/axtls.c -&gt; lib/curl_axtls.c
  renamed:    lib/base64.c -&gt; lib/curl_base64.c
  renamed:    lib/bundles.c -&gt; lib/curl_bundles.c
  renamed:    lib/conncache.c -&gt; lib/curl_conncache.c
  renamed:    lib/connect.c -&gt; lib/curl_connect.c
  renamed:    lib/content_encoding.c -&gt; lib/curl_content_encoding.c
  renamed:    lib/cookie.c -&gt; lib/curl_cookie.c
  renamed:    lib/cyassl.c -&gt; lib/curl_cyassl.c
  renamed:    lib/dict.c -&gt; lib/curl_dict.c
  renamed:    lib/easy.c -&gt; lib/curl_easy.c
  renamed:    lib/escape.c -&gt; lib/curl_escape.c
  renamed:    lib/file.c -&gt; lib/curl_file.c
  renamed:    lib/fileinfo.c -&gt; lib/curl_fileinfo.c
  renamed:    lib/formdata.c -&gt; lib/curl_formdata.c
  renamed:    lib/ftp.c -&gt; lib/curl_ftp.c
  renamed:    lib/ftplistparser.c -&gt; lib/curl_ftplistparser.c
  renamed:    lib/getenv.c -&gt; lib/curl_getenv.c
  renamed:    lib/getinfo.c -&gt; lib/curl_getinfo.c
  renamed:    lib/gopher.c -&gt; lib/curl_gopher.c
  renamed:    lib/gtls.c -&gt; lib/curl_gtls.c
  renamed:    lib/hash.c -&gt; lib/curl_hash.c
  renamed:    lib/hmac.c -&gt; lib/curl_hmac.c
  renamed:    lib/hostasyn.c -&gt; lib/curl_hostasyn.c
  renamed:    lib/hostcheck.c -&gt; lib/curl_hostcheck.c
  renamed:    lib/hostip.c -&gt; lib/curl_hostip.c
  renamed:    lib/hostip4.c -&gt; lib/curl_hostip4.c
  renamed:    lib/hostip6.c -&gt; lib/curl_hostip6.c
  renamed:    lib/hostsyn.c -&gt; lib/curl_hostsyn.c
  renamed:    lib/http.c -&gt; lib/curl_http.c
  renamed:    lib/http_chunks.c -&gt; lib/curl_http_chunks.c
  renamed:    lib/http_digest.c -&gt; lib/curl_http_digest.c
  renamed:    lib/http_negotiate.c -&gt; lib/curl_http_negotiate.c
  renamed:    lib/http_negotiate_sspi.c -&gt; lib/curl_http_negotiate_sspi.c
  renamed:    lib/http_proxy.c -&gt; lib/curl_http_proxy.c
  renamed:    lib/idn_win32.c -&gt; lib/curl_idn_win32.c
  renamed:    lib/if2ip.c -&gt; lib/curl_if2ip.c
  renamed:    lib/imap.c -&gt; lib/curl_imap.c
  renamed:    lib/inet_ntop.c -&gt; lib/curl_inet_ntop.c
  renamed:    lib/inet_pton.c -&gt; lib/curl_inet_pton.c
  renamed:    lib/krb4.c -&gt; lib/curl_krb4.c
  renamed:    lib/krb5.c -&gt; lib/curl_krb5.c
  renamed:    lib/ldap.c -&gt; lib/curl_ldap.c
  renamed:    lib/llist.c -&gt; lib/curl_llist.c
  renamed:    lib/md4.c -&gt; lib/curl_md4.c
  renamed:    lib/md5.c -&gt; lib/curl_md5.c
  renamed:    lib/memdebug.c -&gt; lib/curl_memdebug.c
  renamed:    lib/mprintf.c -&gt; lib/curl_mprintf.c
  renamed:    lib/multi.c -&gt; lib/curl_multi.c
  renamed:    lib/netrc.c -&gt; lib/curl_netrc.c
  renamed:    lib/non-ascii.c -&gt; lib/curl_non_ascii.c
  renamed:    lib/curl_non-ascii.h -&gt; lib/curl_non_ascii.h
  renamed:    lib/nonblock.c -&gt; lib/curl_nonblock.c
  renamed:    lib/nss.c -&gt; lib/curl_nss.c
  renamed:    lib/nwlib.c -&gt; lib/curl_nwlib.c
  renamed:    lib/nwos.c -&gt; lib/curl_nwos.c
  renamed:    lib/openldap.c -&gt; lib/curl_openldap.c
  renamed:    lib/parsedate.c -&gt; lib/curl_parsedate.c
  renamed:    lib/pingpong.c -&gt; lib/curl_pingpong.c
  renamed:    lib/polarssl.c -&gt; lib/curl_polarssl.c
  renamed:    lib/pop3.c -&gt; lib/curl_pop3.c
  renamed:    lib/progress.c -&gt; lib/curl_progress.c
  renamed:    lib/qssl.c -&gt; lib/curl_qssl.c
  renamed:    lib/rawstr.c -&gt; lib/curl_rawstr.c
  renamed:    lib/rtsp.c -&gt; lib/curl_rtsp.c
  renamed:    lib/security.c -&gt; lib/curl_security.c
  renamed:    lib/select.c -&gt; lib/curl_select.c
  renamed:    lib/sendf.c -&gt; lib/curl_sendf.c
  renamed:    lib/share.c -&gt; lib/curl_share.c
  renamed:    lib/slist.c -&gt; lib/curl_slist.c
  renamed:    lib/smtp.c -&gt; lib/curl_smtp.c
  renamed:    lib/socks.c -&gt; lib/curl_socks.c
  renamed:    lib/socks_gssapi.c -&gt; lib/curl_socks_gssapi.c
  renamed:    lib/socks_sspi.c -&gt; lib/curl_socks_sspi.c
  renamed:    lib/speedcheck.c -&gt; lib/curl_speedcheck.c
  renamed:    lib/splay.c -&gt; lib/curl_splay.c
  renamed:    lib/ssh.c -&gt; lib/curl_ssh.c
  renamed:    lib/sslgen.c -&gt; lib/curl_sslgen.c
  renamed:    lib/ssluse.c -&gt; lib/curl_ssluse.c
  renamed:    lib/strdup.c -&gt; lib/curl_strdup.c
  renamed:    lib/strequal.c -&gt; lib/curl_strequal.c
  renamed:    lib/strerror.c -&gt; lib/curl_strerror.c
  renamed:    lib/strtok.c -&gt; lib/curl_strtok.c
  renamed:    lib/strtoofft.c -&gt; lib/curl_strtoofft.c
  renamed:    lib/telnet.c -&gt; lib/curl_telnet.c
  renamed:    lib/tftp.c -&gt; lib/curl_tftp.c
  renamed:    lib/timeval.c -&gt; lib/curl_timeval.c
  renamed:    lib/transfer.c -&gt; lib/curl_transfer.c
  renamed:    lib/url.c -&gt; lib/curl_url.c
  renamed:    lib/version.c -&gt; lib/curl_version.c
  renamed:    lib/warnless.c -&gt; lib/curl_warnless.c
  renamed:    lib/wildcard.c -&gt; lib/curl_wildcard.c

----------------------------------------
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
93 lib/*.c source files renamed to use our standard naming scheme.

This commit only does the file renaming.

----------------------------------------

  renamed:    lib/amigaos.c -&gt; lib/curl_amigaos.c
  renamed:    lib/asyn-ares.c -&gt; lib/curl_asyn_ares.c
  renamed:    lib/asyn-thread.c -&gt; lib/curl_asyn_thread.c
  renamed:    lib/axtls.c -&gt; lib/curl_axtls.c
  renamed:    lib/base64.c -&gt; lib/curl_base64.c
  renamed:    lib/bundles.c -&gt; lib/curl_bundles.c
  renamed:    lib/conncache.c -&gt; lib/curl_conncache.c
  renamed:    lib/connect.c -&gt; lib/curl_connect.c
  renamed:    lib/content_encoding.c -&gt; lib/curl_content_encoding.c
  renamed:    lib/cookie.c -&gt; lib/curl_cookie.c
  renamed:    lib/cyassl.c -&gt; lib/curl_cyassl.c
  renamed:    lib/dict.c -&gt; lib/curl_dict.c
  renamed:    lib/easy.c -&gt; lib/curl_easy.c
  renamed:    lib/escape.c -&gt; lib/curl_escape.c
  renamed:    lib/file.c -&gt; lib/curl_file.c
  renamed:    lib/fileinfo.c -&gt; lib/curl_fileinfo.c
  renamed:    lib/formdata.c -&gt; lib/curl_formdata.c
  renamed:    lib/ftp.c -&gt; lib/curl_ftp.c
  renamed:    lib/ftplistparser.c -&gt; lib/curl_ftplistparser.c
  renamed:    lib/getenv.c -&gt; lib/curl_getenv.c
  renamed:    lib/getinfo.c -&gt; lib/curl_getinfo.c
  renamed:    lib/gopher.c -&gt; lib/curl_gopher.c
  renamed:    lib/gtls.c -&gt; lib/curl_gtls.c
  renamed:    lib/hash.c -&gt; lib/curl_hash.c
  renamed:    lib/hmac.c -&gt; lib/curl_hmac.c
  renamed:    lib/hostasyn.c -&gt; lib/curl_hostasyn.c
  renamed:    lib/hostcheck.c -&gt; lib/curl_hostcheck.c
  renamed:    lib/hostip.c -&gt; lib/curl_hostip.c
  renamed:    lib/hostip4.c -&gt; lib/curl_hostip4.c
  renamed:    lib/hostip6.c -&gt; lib/curl_hostip6.c
  renamed:    lib/hostsyn.c -&gt; lib/curl_hostsyn.c
  renamed:    lib/http.c -&gt; lib/curl_http.c
  renamed:    lib/http_chunks.c -&gt; lib/curl_http_chunks.c
  renamed:    lib/http_digest.c -&gt; lib/curl_http_digest.c
  renamed:    lib/http_negotiate.c -&gt; lib/curl_http_negotiate.c
  renamed:    lib/http_negotiate_sspi.c -&gt; lib/curl_http_negotiate_sspi.c
  renamed:    lib/http_proxy.c -&gt; lib/curl_http_proxy.c
  renamed:    lib/idn_win32.c -&gt; lib/curl_idn_win32.c
  renamed:    lib/if2ip.c -&gt; lib/curl_if2ip.c
  renamed:    lib/imap.c -&gt; lib/curl_imap.c
  renamed:    lib/inet_ntop.c -&gt; lib/curl_inet_ntop.c
  renamed:    lib/inet_pton.c -&gt; lib/curl_inet_pton.c
  renamed:    lib/krb4.c -&gt; lib/curl_krb4.c
  renamed:    lib/krb5.c -&gt; lib/curl_krb5.c
  renamed:    lib/ldap.c -&gt; lib/curl_ldap.c
  renamed:    lib/llist.c -&gt; lib/curl_llist.c
  renamed:    lib/md4.c -&gt; lib/curl_md4.c
  renamed:    lib/md5.c -&gt; lib/curl_md5.c
  renamed:    lib/memdebug.c -&gt; lib/curl_memdebug.c
  renamed:    lib/mprintf.c -&gt; lib/curl_mprintf.c
  renamed:    lib/multi.c -&gt; lib/curl_multi.c
  renamed:    lib/netrc.c -&gt; lib/curl_netrc.c
  renamed:    lib/non-ascii.c -&gt; lib/curl_non_ascii.c
  renamed:    lib/curl_non-ascii.h -&gt; lib/curl_non_ascii.h
  renamed:    lib/nonblock.c -&gt; lib/curl_nonblock.c
  renamed:    lib/nss.c -&gt; lib/curl_nss.c
  renamed:    lib/nwlib.c -&gt; lib/curl_nwlib.c
  renamed:    lib/nwos.c -&gt; lib/curl_nwos.c
  renamed:    lib/openldap.c -&gt; lib/curl_openldap.c
  renamed:    lib/parsedate.c -&gt; lib/curl_parsedate.c
  renamed:    lib/pingpong.c -&gt; lib/curl_pingpong.c
  renamed:    lib/polarssl.c -&gt; lib/curl_polarssl.c
  renamed:    lib/pop3.c -&gt; lib/curl_pop3.c
  renamed:    lib/progress.c -&gt; lib/curl_progress.c
  renamed:    lib/qssl.c -&gt; lib/curl_qssl.c
  renamed:    lib/rawstr.c -&gt; lib/curl_rawstr.c
  renamed:    lib/rtsp.c -&gt; lib/curl_rtsp.c
  renamed:    lib/security.c -&gt; lib/curl_security.c
  renamed:    lib/select.c -&gt; lib/curl_select.c
  renamed:    lib/sendf.c -&gt; lib/curl_sendf.c
  renamed:    lib/share.c -&gt; lib/curl_share.c
  renamed:    lib/slist.c -&gt; lib/curl_slist.c
  renamed:    lib/smtp.c -&gt; lib/curl_smtp.c
  renamed:    lib/socks.c -&gt; lib/curl_socks.c
  renamed:    lib/socks_gssapi.c -&gt; lib/curl_socks_gssapi.c
  renamed:    lib/socks_sspi.c -&gt; lib/curl_socks_sspi.c
  renamed:    lib/speedcheck.c -&gt; lib/curl_speedcheck.c
  renamed:    lib/splay.c -&gt; lib/curl_splay.c
  renamed:    lib/ssh.c -&gt; lib/curl_ssh.c
  renamed:    lib/sslgen.c -&gt; lib/curl_sslgen.c
  renamed:    lib/ssluse.c -&gt; lib/curl_ssluse.c
  renamed:    lib/strdup.c -&gt; lib/curl_strdup.c
  renamed:    lib/strequal.c -&gt; lib/curl_strequal.c
  renamed:    lib/strerror.c -&gt; lib/curl_strerror.c
  renamed:    lib/strtok.c -&gt; lib/curl_strtok.c
  renamed:    lib/strtoofft.c -&gt; lib/curl_strtoofft.c
  renamed:    lib/telnet.c -&gt; lib/curl_telnet.c
  renamed:    lib/tftp.c -&gt; lib/curl_tftp.c
  renamed:    lib/timeval.c -&gt; lib/curl_timeval.c
  renamed:    lib/transfer.c -&gt; lib/curl_transfer.c
  renamed:    lib/url.c -&gt; lib/curl_url.c
  renamed:    lib/version.c -&gt; lib/curl_version.c
  renamed:    lib/warnless.c -&gt; lib/curl_warnless.c
  renamed:    lib/wildcard.c -&gt; lib/curl_wildcard.c

----------------------------------------
</pre>
</div>
</content>
</entry>
<entry>
<title>build: make use of 76 lib/*.h renamed files</title>
<updated>2012-12-28T18:37:11+00:00</updated>
<author>
<name>Yang Tse</name>
<email>yangsita@gmail.com</email>
</author>
<published>2012-12-28T11:40:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=f871de0064ee4bd3aee07c5b018f7a6438ec8910'/>
<id>f871de0064ee4bd3aee07c5b018f7a6438ec8910</id>
<content type='text'>
76 private header files renamed to use our standard naming scheme.

This change affects 322 files in libcurl's source tree.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
76 private header files renamed to use our standard naming scheme.

This change affects 322 files in libcurl's source tree.
</pre>
</div>
</content>
</entry>
<entry>
<title>setup_once.h: refactor inclusion of &lt;unistd.h&gt; and &lt;sys/socket.h&gt;</title>
<updated>2012-12-14T16:38:18+00:00</updated>
<author>
<name>Yang Tse</name>
<email>yangsita@gmail.com</email>
</author>
<published>2012-12-14T16:38:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=a0b207164c6c943adb8b3bf89b375a491b41806a'/>
<id>a0b207164c6c943adb8b3bf89b375a491b41806a</id>
<content type='text'>
Inclusion of top two most included header files now done in setup_once.h
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Inclusion of top two most included header files now done in setup_once.h
</pre>
</div>
</content>
</entry>
</feed>
