1. 47ca545 MINOR: chunks: centralize the trash chunk allocation by Willy Tarreau · Sun Dec 23 20:22:19 2012 +0100
  2. e7ad4bb MINOR: samples: add a function to fetch and convert any sample to a string by Willy Tarreau · Fri Dec 21 00:02:32 2012 +0100
  3. d167e6d MINOR: sample: support cast from bool to string by Willy Tarreau · Fri Dec 21 17:38:05 2012 +0100
  4. 7e2c647 MEDIUM: remove remains of BUFSIZE in HTTP auth and sample conversions by Willy Tarreau · Mon Oct 29 20:44:36 2012 +0100
  5. a068a29 MINOR: sample: export 'sample_get_trash_chunk(void)' by Emeric Brun · Wed Oct 17 15:34:03 2012 +0200
  6. 8ac33d9 MINOR: sample: manage binary to string type convertion in stick-table and samples. by Emeric Brun · Wed Oct 17 13:36:06 2012 +0200
  7. 2e845be MEDIUM: sample: pass an empty list instead of a null for fetch args by Willy Tarreau · Fri Oct 19 19:49:09 2012 +0200
  8. f22a508 MINOR: sample: accept fetch keywords without parenthesis by Willy Tarreau · Fri Oct 19 16:47:23 2012 +0200
  9. dd2f85e CLEANUP: includes: fix includes for a number of users of fd.h by Willy Tarreau · Sun Sep 02 22:34:23 2012 +0200
  10. c7e4238 REORG: buffers: split buffers into chunk,buffer,channel by Willy Tarreau · Fri Aug 24 19:22:53 2012 +0200
  11. cd3b094 REORG: rename "pattern" files by Willy Tarreau · Fri Apr 27 21:52:18 2012 +0200[Renamed (98%) from src/pattern.c]
  12. 1278578 REORG: use the name "sample" instead of "pattern" to designate extracted data by Willy Tarreau · Fri Apr 27 21:37:17 2012 +0200
  13. 40aebd9 MINOR: pattern: centralize handling of unstable data in pattern_process() by Willy Tarreau · Thu Apr 26 11:05:50 2012 +0200
  14. 12e5011 MEDIUM: pattern: ensure that sample types always cast into other types. by Willy Tarreau · Wed Apr 25 17:21:49 2012 +0200
  15. 32a6f2e MEDIUM: acl/pattern: use the same direction scheme by Willy Tarreau · Wed Apr 25 10:13:36 2012 +0200
  16. b8c8f1f MEDIUM: pattern: retrieve the sample type in the sample, not in the keyword description by Willy Tarreau · Mon Apr 23 22:38:26 2012 +0200
  17. 342acb4 MEDIUM: pattern: integrate pattern_data into sample and use sample everywhere by Willy Tarreau · Mon Apr 23 22:03:39 2012 +0200
  18. b4a88f0 MINOR: pattern: replace struct pattern with struct sample by Willy Tarreau · Mon Apr 23 21:35:11 2012 +0200
  19. f853c46 MEDIUM: pattern/acl: get rid of temp_pattern in ACLs by Willy Tarreau · Mon Apr 23 18:53:56 2012 +0200
  20. 422aa07 MEDIUM: pattern: add new sample types to replace pattern types by Willy Tarreau · Fri Apr 20 20:49:27 2012 +0200
  21. b27c0d3 MEDIUM: pattern: report the precise argument parsing error when known. by Willy Tarreau · Fri Apr 20 16:04:47 2012 +0200
  22. 21d68a6 MEDIUM: pattern: add an argument validation callback to pattern descriptors by Willy Tarreau · Fri Apr 20 15:52:36 2012 +0200
  23. 9fcb984 MEDIUM: pattern: use the standard arg parser by Willy Tarreau · Fri Apr 20 14:45:49 2012 +0200
  24. f995410 MEDIUM: pattern: get rid of arg_i in all functions making use of arguments by Willy Tarreau · Fri Apr 20 14:03:29 2012 +0200
  25. ecfb8e8 MEDIUM: pattern: replace type pattern_arg with type arg by Willy Tarreau · Fri Apr 20 12:29:52 2012 +0200
  26. 1ded605 CLEANUP: patterns: get rid of pattern_data_setstring() by Willy Tarreau · Fri Dec 16 15:35:46 2011 +0100
  27. 5e6cc4a MINOR: pattern: export the global temporary pattern by Willy Tarreau · Fri Dec 16 15:23:14 2011 +0100
  28. d281eed [MEDIUM] Correct ipmask() logic by Simon Horman · Sat Aug 13 08:03:49 2011 +0900
  29. 4f92d32 [MEDIUM] IPv6 support for stick-tables by David du Colombier · Thu Mar 24 11:09:31 2011 +0100
  30. 485479d [MEDIUM] Create new protected pattern types CONSTSTRING and CONSTDATA to force memcpy if data from protected areas need to be manipulated. by Emeric Brun · Thu Sep 23 18:02:19 2010 +0200
  31. f0b38bf [CLEANUP] stick_table: move pattern to key functions to stick_table.c by Willy Tarreau · Sun Jun 06 13:22:23 2010 +0200
  32. ac778f5 [CLEANUP] acl, patterns: make use of my_strndup() instead of malloc+memcpy by Willy Tarreau · Tue Jan 26 19:02:46 2010 +0100
  33. d31d6eb [MINOR] pattern: add the "ipmask()" converting function by Willy Tarreau · Tue Jan 26 18:01:41 2010 +0100
  34. 9e92d32 [MINOR] pattern: add support for argument parsers for converters by Willy Tarreau · Tue Jan 26 17:58:06 2010 +0100
  35. 1a51b63 [MINOR] pattern: make the converter more flexible by supporting void* and int args by Willy Tarreau · Tue Jan 26 17:17:56 2010 +0100
  36. a724d49 [BUG] patterns: copy-paste typo in type conversion arguments by Willy Tarreau · Tue Jan 26 16:48:20 2010 +0100
  37. 107ca30 [MEDIUM] Add pattern fetch management types and functions by Emeric Brun · Mon Jan 04 16:16:05 2010 +0100