Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
0f7f51fbe0da5b6bd38d6a392280af4a5ff80fa0
/
include
/
common
/
standard.h
5b18020
[MINOR] tools: add a get_std_op() function to parse operators
by Willy Tarreau
· Sun Jul 18 10:40:48 2010 +0200
f0d9eec
[MINOR] tools: add a fast div64_32 function
by Willy Tarreau
· Sun Jun 20 07:12:37 2010 +0200
acf9577
[MINOR] config: provide a function to quote args in a more friendly way
by Willy Tarreau
· Mon Jun 14 19:09:21 2010 +0200
f0b38bf
[CLEANUP] stick_table: move pattern to key functions to stick_table.c
by Willy Tarreau
· Sun Jun 06 13:22:23 2010 +0200
d54bbdc
[MINOR] add very fast IP parsing functions
by Willy Tarreau
· Mon Sep 07 11:00:31 2009 +0200
2937c0d
[MINOR] standard: str2mask: string to netmask converter
by Willy Tarreau
· Tue Jan 26 17:36:17 2010 +0100
348238b
[MINOR] tools: add a "word_match()" function to match words and ignore spaces
by Willy Tarreau
· Mon Jan 18 15:05:57 2010 +0100
050737f
[BUILD] remove a warning in standard.h on AIX
by Willy Tarreau
· Thu Jan 14 11:40:12 2010 +0100
39132b2
[MINOR] Add function to parse a size in configuration
by Emeric Brun
· Mon Jan 04 14:57:24 2010 +0100
3a7fce5
[BUILD] warning ultoa_r returns char *
by Emeric Brun
· Mon Jan 04 14:54:38 2010 +0100
da3b7c3
[MINOR] tools: add hex2i() function to convert hex char to int
by Willy Tarreau
· Mon Nov 02 20:12:52 2009 +0100
cc05fba
[BUG] definitely fix regparm issues between haproxy core and ebtree
by Willy Tarreau
· Tue Oct 27 21:40:18 2009 +0100
45cb4fb
[MEDIUM] build: switch ebtree users to use new ebtree version
by Willy Tarreau
· Mon Oct 26 21:10:04 2009 +0100
3d5562b
[MINOR] Add cut_crlf(), ltrim(), rtrim() and alltrim()
by Krzysztof Piotr Oledzki
· Sat Oct 10 20:11:17 2009 +0200
482b00d
[MINOR] tools: add a new get_next_id() function
by Willy Tarreau
· Sun Oct 04 22:48:42 2009 +0200
106f979
[MINOR] acl: add support for hdr_ip to match IP addresses in headers
by Willy Tarreau
· Sat Sep 19 07:54:16 2009 +0200
3a058f3
[MINOR] add a new CLF log format
by Emeric Brun
· Tue Jun 30 18:26:00 2009 +0200
c6f4ce8
[MEDIUM] add support for binding to source port ranges during connect
by Willy Tarreau
· Wed Jun 10 11:09:37 2009 +0200
946ba59
[MINOR] standard: provide a new 'my_strndup' function
by Willy Tarreau
· Sun May 10 15:41:18 2009 +0200
e7239b5
[MINOR] implement ulltoh() to write HTML-formatted numbers
by Willy Tarreau
· Sun Mar 29 13:41:58 2009 +0200
7f062c4
[MEDIUM] measure and report session rate on frontend, backends and servers
by Willy Tarreau
· Thu Mar 05 18:43:00 2009 +0100
75875a7
[BUILD] silent a warning in unlikely() with gcc 4.x
by Willy Tarreau
· Sun Jul 06 15:18:50 2008 +0200
efe3b6f
[MINOR] Allow to specify a domain for a cookie
by Krzysztof Piotr Oledzki
· Fri May 23 23:49:32 2008 +0200
caf720d
[BUG] str2sun could leak a small buffer in case of error during parsing
by Willy Tarreau
· Fri Mar 07 10:07:04 2008 +0100
70bcfb7
[OPTIM] GCC4's builtin_expect() is suboptimal
by Willy Tarreau
· Sun Jan 27 02:21:53 2008 +0100
81ae195
[MEDIUM] add support for logging via a UNIX socket
by Robert Tsai
· Wed Dec 05 10:47:29 2007 +0100
a0d37b6
[MINOR] implement a time parsing function
by Willy Tarreau
· Sun Dec 02 22:00:35 2007 +0100
2e74c3f
[MEDIUM] restrict the set of allowed characters for identifiers
by Willy Tarreau
· Sun Dec 02 18:45:09 2007 +0100
5eb1a90
[MEDIUM] New option http_proxy
by Alexandre Cassen
· Thu Nov 29 15:43:32 2007 +0100
91092e5
[MINOR] provide easy-to-use limit_r and LIM2A* macros
by Willy Tarreau
· Thu Oct 25 16:58:42 2007 +0200
72d759c
[MINOR] provide easier-to-use ultoa_* functions
by Willy Tarreau
· Thu Oct 25 12:14:10 2007 +0200
fe94460
[BUG] fix calls to localtime()
by Willy Tarreau
· Thu Oct 25 10:34:16 2007 +0200
3f0c976
[BUG] fix error checking in strl2ic/strl2uic()
by Willy Tarreau
· Thu Oct 25 09:42:24 2007 +0200
938b303
[BUILD] fixed build of files including standard.h on OpenBSD
by Willy Tarreau
· Thu May 10 06:39:03 2007 +0200
d077a8e
[MINOR] fixed useless memory allocation in str2net()
by Willy Tarreau
· Tue May 08 18:28:09 2007 +0200
167d8b5
[BUILD] Fix limits.h once for all
by Willy Tarreau
· Mon Apr 09 22:16:12 2007 +0200
cf83df3
[BUILD] fix build on FreeBSD for INT_MIN/INT_MAX
by Willy Tarreau
· Mon Apr 09 15:57:51 2007 +0200
6911fa4
[MINOR] added new str2i* functions
by Willy Tarreau
· Sun Mar 04 18:06:08 2007 +0100
ca28d1e
[BUILD] fix build on FreeBSD (missing fd_set declaration)
by Willy Tarreau
· Wed Jan 24 18:20:50 2007 +0100
7d58a63
[MINOR] added the Linux-style likely/unlikely macros
by Willy Tarreau
· Sat Jan 13 23:06:06 2007 +0100
e3ba5f0
[CLEANUP] included common/version.h everywhere
by Willy Tarreau
· Thu Jun 29 18:54:54 2006 +0200
2dd0d47
[CLEANUP] renamed include/haproxy to include/common
by Willy Tarreau
· Thu Jun 29 17:53:05 2006 +0200
[Renamed (94%) from include/haproxy/standard.h]
baaee00
[BIGMOVE] exploded the monolithic haproxy.c file into multiple files.
by Willy Tarreau
· Mon Jun 26 02:48:02 2006 +0200