| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
It was added in 2006 but I see no evidence it was ever used.
|
|
|
|
|
|
|
|
|
| |
Fix typos in code comments which repeat various words. In trivial
cases, just delete the repeated word. Reword the affected sentence in
"lib/url.c" for it to make sense.
Closes #7303
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
|
|
|
|
| |
Closes #7276
|
|
|
|
| |
Closes #7276
|
|
|
|
| |
Closes #7276
|
|
|
|
| |
Closes #7276
|
|
|
|
| |
Closes #7276
|
|
|
|
| |
Closes #7094
|
|
|
|
|
|
|
|
|
|
|
| |
This was previously defined by the obsolete AC_TYPE_SIGNAL macro,
which was removed in 2682e5f5. The deprecation text says
> Your code may safely assume C89 semantics that RETSIGTYPE is void.
So, remove it and just use void instead.
Closes #6861
|
|
|
|
|
|
|
|
|
|
| |
- `HAVE_STRNCASECMP`
- `HAVE_TCGETATTR`
- `HAVE_TCSETATTR`
Reviewed-by: Jay Satiro
Reviewed-by: Daniel Stenberg
Closes #6645
|
|
|
|
| |
Follow-up from 4d2f8006777
|
|
|
|
| |
Closes #6172
|
|
|
|
|
|
|
|
| |
.. because checksrc's copyright year check stopped working.
Ref: https://github.com/curl/curl/pull/4547
Closes https://github.com/curl/curl/pull/4549
|
|
|
|
|
|
|
|
| |
.. because limits.h presence isn't optional, it's required by C89.
Ref: http://port70.net/~nsz/c/c89/c89-draft.html#2.2.4.2
Closes https://github.com/curl/curl/pull/2215
|
|
|
|
|
|
|
|
| |
Recent changes that replaced CURL_SIZEOF_LONG in the source with
SIZEOF_LONG broke builds that use the premade configuration files and
don't have SIZEOF_LONG defined.
Closes https://github.com/curl/curl/pull/1814
|
|
|
|
| |
Closes #1356
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
lib/config-win32ce.h
- Fix whitespace for checksrc compliance.
lib/checksrc.pl
- Remove trailing carriage returns from input.
projects/checksrc.bat
- Ignore tool_hugehelp.c.
|
|
|
|
|
| |
For consistency with other USE_WIN32_ defines as well as the
USE_OPENLDAP define.
|
|
|
|
| |
Reduce the number of #ifdef UNICODE directives used in source files.
|
|
|
|
| |
process.h is not present on WinCE
|
| |
|
| |
|
|
|
|
|
|
| |
All C and H files now (should) feature the proper project curl source
code header, which includes basic info, a copyright statement and some
basic disclaimers.
|
| |
|
|
|
|
|
|
|
|
|
| |
Enable OpenLDAP support for cygwin builds. This support was disabled back
in 2008 due to incompatibilities between OpenSSL and OpenLDAP headers.
cygwin's OpenSSL 0.9.8l and OpenLDAP 2.3.43 versions on cygwin 1.5.25
allow building an OpenLDAP enabled libcurl supporting back to Windows 95.
Remove non-functional CURL_LDAP_HYBRID code and references.
|
| |
|
| |
|
|
|
|
| |
just found that ares already uses this define.
|
|
|
|
| |
be IPv6-aware.
|
|
|
|
| |
non-blocking mode, and decouple function detection from function capability.
|
| |
|
| |
|
|
|
|
| |
support is provided using WIN32 functions directly.
|
|
|
|
| |
to have a curl_off_t data type no longer gated to off_t.
|
|
|
|
| |
to the data type pointed by its respective argument and not the pointer type.
|
|
|
|
|
|
| |
finds out its return type and the types of its arguments. Added definitions
for non-configure systems config files, and introduced macro sreadfrom which
will be used on udp sockets as a recvfrom() wrapper.
|
| |
|
|
|
|
| |
This also implies the removal of the winmm.lib dependency for WIN32.
|
|
|
|
|
|
|
|
|
|
| |
server input and response request files of the test harness sws server.
Reintroduce, for test # 1001, the <postcheck> small delay. The delay is
needed even with the accelerated writing of server input and response
request files in test harness sws server.
http://curl.haxx.se/mail/lib-2008-04/0385.html
|
| |
|
|
|
|
| |
_USE_32BIT_TIME_T has been defined to get a 32-bit time_t
|
| |
|
|
|
|
|
|
|
| |
versions of ws2tcpip.h do not have the definition. It seems that when
the socklen_t definition is missing from ws2tcpip.h the definition for
INET_ADDRSTRLEN is also missing, and that when one definition is present
the other one also is available.
|
|
|
|
|
|
|
|
| |
the configure script checks for openldap and friends and we link with those
libs just like we link all other third party libraries, and we no longer
dlopen() those libraries. Our private header file lib/ldap.h was renamed to
lib/curl_ldap.h due to this. I set a tag in CVS (curl-7_17_0-preldapfix)
just before this commit, just in case.
|
| |
|
| |
|
|
|
|
| |
as appropriate for platforms that don't have autotools support
|
|
|
|
| |
support
|
|
|
|
| |
shall be defined if <malloc.h> header file must be included even when including <stdlib.h>.
|