index
:
delta/lighttpd-git.git
master
personal/gstrauss/master
personal/stbuehler/1.4.48-mod-proxy-fix
personal/stbuehler/ci-build
personal/stbuehler/cleanup-build
personal/stbuehler/fix-fdevent
personal/stbuehler/leaks
personal/stbuehler/mod-csrf
personal/stbuehler/mod-csrf-old
git.lighttpd.net: lighttpd/lighttpd1.4.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
buffer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[core] buffer_append_string_encoded_json()
Glenn Strauss
2021-11-17
1
-0
/
+79
*
[core] better asm for binary num to ascii string
Glenn Strauss
2021-11-12
1
-5
/
+3
*
[core] uint_fast32_t tweaks
Glenn Strauss
2021-11-12
1
-2
/
+5
*
[core] remove redundant asserts
Glenn Strauss
2021-10-29
1
-13
/
+0
*
[core] bounds check while url-decoding
Glenn Strauss
2021-10-06
1
-3
/
+3
*
[multiple] __attribute_nonnull__ now takes params
Glenn Strauss
2021-10-05
1
-5
/
+5
*
[multiple] quiet coverity warnings
Glenn Strauss
2021-09-09
1
-0
/
+3
*
[core] realloc buffer power-2 size + 1 for '\0'
Glenn Strauss
2021-09-08
1
-3
/
+6
*
[core] avoid inlining buffer_eq_icase_ssn()
Glenn Strauss
2021-08-27
1
-2
/
+3
*
[core] move backtrace and assert macros to ck.[ch]
Glenn Strauss
2021-08-27
1
-81
/
+0
*
[multiple] buffer_copy_string_len_lc()
Glenn Strauss
2021-08-27
1
-0
/
+10
*
[core] buffer_realloc() using power-2 realloc
Glenn Strauss
2021-08-27
1
-1
/
+6
*
[core] buffer_path_simplify() quick(er) path
Glenn Strauss
2021-08-27
1
-2
/
+17
*
[multiple] reduce redundant NULL buffer checks
Glenn Strauss
2021-08-27
1
-32
/
+26
*
[core] buffer_commit() optim; better asm
Glenn Strauss
2021-08-27
1
-5
/
+6
*
[multiple] http_auth_digest_hex2bin -> li_hex2bin
Glenn Strauss
2021-08-27
1
-0
/
+19
*
[core] remove excess assertions in buffer_commit()
Glenn Strauss
2021-05-08
1
-3
/
+0
*
[core] simplify buffer_path_simplify()
Glenn Strauss
2021-05-08
1
-85
/
+71
*
[core] buffer_is_equal_string -> buffer_eq_slen
Glenn Strauss
2021-05-07
1
-7
/
+0
*
[core] remove buffer_is_equal_right_len()
Glenn Strauss
2021-05-07
1
-13
/
+0
*
[core] consistent inclusion of sys-time.h
Glenn Strauss
2021-04-28
1
-1
/
+1
*
[multiple] quiet coverity warnings
Glenn Strauss
2021-04-07
1
-13
/
+8
*
[multiple] buffer_copy_path_len2() aggregate
Glenn Strauss
2021-04-02
1
-0
/
+10
*
[core] mark select buffer.[ch] funcs attr nonnull
Glenn Strauss
2021-04-02
1
-13
/
+5
*
[core] buffer_append_* aggregates
Glenn Strauss
2021-04-02
1
-0
/
+37
*
[core] short-circuit encoding if nothing to encode
Glenn Strauss
2021-04-02
1
-0
/
+10
*
[core] buffer_append_strftime() perf annotations
Glenn Strauss
2021-03-26
1
-20
/
+18
*
[multiple] optimize primitives, buffer_extend()
Glenn Strauss
2021-03-26
1
-62
/
+79
*
[core] optimize buffer_urldecode_path()
Glenn Strauss
2021-03-12
1
-67
/
+21
*
[core] http_cgi_encode_varname()
Glenn Strauss
2021-03-07
1
-31
/
+0
*
[multiple] replace buffer_is_equal_caseless_string
Glenn Strauss
2021-01-07
1
-8
/
+0
*
[multiple] employ http_date.h, sys-time.h
Glenn Strauss
2020-12-24
1
-1
/
+1
*
[core] light_isupper(), light_islower()
Glenn Strauss
2020-10-11
1
-9
/
+7
*
[core] inline buffer_reset()
Glenn Strauss
2020-08-10
1
-9
/
+1
*
[core] disperse settings.h to appropriate headers
Glenn Strauss
2020-08-10
1
-1
/
+0
*
[multiple] address coverity warnings
Glenn Strauss
2020-07-10
1
-1
/
+1
*
[multiple] address coverity warnings
Glenn Strauss
2020-07-10
1
-4
/
+4
*
[core] perf: tighten some code in some hot paths
Glenn Strauss
2020-07-08
1
-19
/
+23
*
[core] C99 restrict on some base funcs
Glenn Strauss
2020-07-08
1
-16
/
+16
*
[multiple] split con, request (very large change)
Glenn Strauss
2020-07-08
1
-7
/
+0
*
[core] perf: buffer copy and append
Glenn Strauss
2020-07-08
1
-29
/
+19
*
[multiple] rename r to rc rv rd wr to be different
Glenn Strauss
2020-07-08
1
-6
/
+6
*
[multiple] plugin_stats array
Glenn Strauss
2020-07-08
1
-20
/
+12
*
[core] __attribute_returns_nonnull__
Glenn Strauss
2020-02-24
1
-0
/
+1
*
[core] uint32_t for struct buffer sizes
Glenn Strauss
2020-02-24
1
-1
/
+1
*
[core] cold buffer_string_prepare_append_resize()
Glenn Strauss
2020-02-24
1
-8
/
+12
*
[multiple] replace strcasecmp() on short strings
Glenn Strauss
2019-06-06
1
-1
/
+5
*
[core] specialized buffer_eq_*() for short strings
Glenn Strauss
2019-06-06
1
-21
/
+35
*
[core] buffer_reset() should not be passed NULL
Glenn Strauss
2019-05-13
1
-6
/
+4
*
[multiple] quiet clang --analyze where trivial
Glenn Strauss
2019-01-21
1
-2
/
+0
[next]