<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/curl.git/lib/hmac.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>ntlm: Moved the HMAC MD5 function into the HMAC module as a generic function</title>
<updated>2020-02-24T06:56:35+00:00</updated>
<author>
<name>Steve Holme</name>
<email>steve_holme@hotmail.com</email>
</author>
<published>2020-02-23T22:37:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=7def168a4f6423686e8df5a4f02bce2806b763bf'/>
<id>7def168a4f6423686e8df5a4f02bce2806b763bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>checksrc: make sure sizeof() is used *with* parentheses</title>
<updated>2018-05-21T21:21:47+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2018-05-11T21:40:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=cb529b713f4882ac65a074ae8d87faa41d19168e'/>
<id>cb529b713f4882ac65a074ae8d87faa41d19168e</id>
<content type='text'>
... and unify the source code to adhere.

Closes #2563
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... and unify the source code to adhere.

Closes #2563
</pre>
</div>
</content>
</entry>
<entry>
<title>checksrc: code style: use 'char *name' style</title>
<updated>2016-11-24T22:58:22+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2016-11-23T06:53:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=dbadaebfc4e9d453232795f54d4fe5618cf8e84d'/>
<id>dbadaebfc4e9d453232795f54d4fe5618cf8e84d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>memdebug: Ensure curl/curl.h is included before curl_memory.h</title>
<updated>2016-04-01T12:21:12+00:00</updated>
<author>
<name>Steve Holme</name>
<email>steven.holme@cubic.com</email>
</author>
<published>2016-04-01T12:21:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=0c331b899985cd9e805b60d2b68001dfdda11559'/>
<id>0c331b899985cd9e805b60d2b68001dfdda11559</id>
<content type='text'>
Follow up to commit 7db9782dd6.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Follow up to commit 7db9782dd6.
</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>mprintf.h: remove #ifdef CURLDEBUG</title>
<updated>2015-03-03T11:36:18+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2015-03-03T11:36:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=df5578a7a304a23f9aa3670daff8573ec3ef416f'/>
<id>df5578a7a304a23f9aa3670daff8573ec3ef416f</id>
<content type='text'>
... and as a consequence, introduce curl_printf.h with that re-define
magic instead and make all libcurl code use that instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... and as a consequence, introduce curl_printf.h with that re-define
magic instead and make all libcurl code use that instead.
</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>
</feed>
