index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
strequal.c
Age
Commit message (
Expand
)
Author
2010-03-24
remove the CVSish $Id$ lines
Daniel Stenberg
2010-02-15
fix compiler warning: conversion from "long" to "size_t" may lose sign
Yang Tse
2008-10-23
moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_
Daniel Stenberg
2008-10-23
Created Curl_raw_nequal() which does a C-locale string case comparison.
Dan Fandrich
2008-10-16
Renamed Curl_ascii_equal to Curl_raw_equal and bugfixed the my_toupper function
Daniel Stenberg
2008-10-16
Curl_ascii_equal() must not assume that the string is actually ASCII (so that...
Daniel Stenberg
2008-10-15
- Pascal Terjan filed bug #2154627
Daniel Stenberg
2008-10-15
remove Curl_strcasestr() since there is no code at all using this function!
Daniel Stenberg
2008-09-15
improve detection of:
Yang Tse
2007-11-07
if () => if()
Daniel Stenberg
2007-09-25
Make glibc define the prototype for strcasestr
Dan Fandrich
2007-09-25
Use a native strcasestr() if found.
Dan Fandrich
2007-04-01
Matt Kraai provided a patch that makes curl build on QNX 6 fine again. Mostly
Daniel Stenberg
2006-10-27
Update copyright year, since the file has been modified
Yang Tse
2006-08-09
Only define the string prototypes in ANSI mode to reduce interference on
Dan Fandrich
2004-10-06
removed tabs and trailing whitespace from source
Daniel Stenberg
2004-06-13
added Curl_strcasestr() for case insensitive strstr() searching
Daniel Stenberg
2004-01-29
Dan Fandrich's cleanup patch to make pedantic compiler options cause less
Daniel Stenberg
2004-01-07
updated year in the copyright string
Daniel Stenberg
2003-08-24
added the strcasecmp() proto here (moved from setup.h), as this is the
Daniel Stenberg
2003-01-29
removed the local variables for emacs and vim, use the new sample.emacs
Daniel Stenberg
2003-01-16
copyright year update in the source header
Daniel Stenberg
2002-09-03
updated source code boilerplate/header
Daniel Stenberg
2002-03-19
copyright string (year) update
Daniel Stenberg
2001-12-03
Eric nailed a but in strnequal() for macintosh
Daniel Stenberg
2001-11-27
Eric Lavigne updates
Daniel Stenberg
2001-10-11
looks nicer and is better compatible with older vim versions
Sterling Hughes
2001-09-07
Added formatting sections for emacs and vim
Sterling Hughes
2001-08-24
cleanups
Daniel Stenberg
2001-05-18
strlcat() is now Curl_strlcat() instead to prevent collisions when used with
Daniel Stenberg
2001-03-14
The Curl_* prefixes are now changed for curl_* ones, as these two functions
Daniel Stenberg
2001-02-06
silly me, corrected the strlcat() to compile
Daniel Stenberg
2001-02-06
new openbsd inspired implementation of strlcat()
Daniel Stenberg
2001-02-05
adjusted the IPv6 stuff to compile and build on Linux as well
Daniel Stenberg
2001-01-05
Internal symbols that aren't static are now prefixed with 'Curl_'
Daniel Stenberg
2001-01-03
dual-license fix
Daniel Stenberg
2000-08-24
#include "setup.h" moved first of all includes
Daniel Stenberg
2000-06-20
haxx.nu => haxx.se
Daniel Stenberg
2000-06-14
Added #include <string.h>
Daniel Stenberg
2000-06-14
bad HAVE_STRICMP usage found by Björn Stenberg
Daniel Stenberg
2000-05-22
files moved to main branch from the newlib branch
Daniel Stenberg