index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sbin
/
dhclient
/
parse.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup/simplify parse_number():
krw
2019-07-22
1
-36
/
+5
*
Restructure parse_semi() so it resembles the other parse_*
krw
2019-07-21
1
-7
/
+8
*
Replace malloc()/memcpy() with strdup() in parse_string(). Nuke 'len' parameter
krw
2019-07-21
1
-7
/
+4
*
Parsing error messages display only the first 80 characters of the
krw
2019-03-19
1
-2
/
+2
*
parse_lease_time() is an unnecessary abstraction. Just use
krw
2018-01-04
1
-26
/
+1
*
We only parse decimal numbers, so parse_decimal() -> parse_number() to
krw
2018-01-04
1
-2
/
+2
*
Use lease 'epoch' (time lease was acquired) to calculate timers for
krw
2017-11-09
1
-60
/
+1
*
Add format 't' to parse_decimal() for signed 64-bit
krw
2017-11-06
1
-1
/
+6
*
Use same parse_warn() verbiage in parse_lease_time() as that
krw
2017-10-23
1
-2
/
+2
*
Nuke special case for '\n' in skip_to_semi() and
krw
2017-10-19
1
-10
/
+1
*
Refactor parsing of hex sequences. Rename parse_X()
krw
2017-10-14
1
-22
/
+1
*
Make parse_string() toe the new line by returning
krw
2017-10-12
1
-22
/
+21
*
Works better when both files in a diff are
krw
2017-10-11
1
-2
/
+4
*
Tweak parse_date() again, this time to factor
krw
2017-10-11
1
-14
/
+17
*
Tweak parse_decimal() and its invocations to emit a
krw
2017-10-11
1
-8
/
+18
*
Tweak parse_boolean() to be more like its friends.
krw
2017-10-10
1
-1
/
+5
*
Tweak parse_cidr() to be more like its friends.
krw
2017-10-10
1
-25
/
+30
*
Tweak parse_lease_time() to emit a single message on
krw
2017-10-09
1
-9
/
+15
*
Tweak parse_ip_addr() to emit a single message on
krw
2017-10-09
1
-21
/
+24
*
Simply parse_date() by trusting strptime() more and omitting
krw
2017-10-08
1
-32
/
+22
*
Oops. Missed a file.
krw
2017-09-17
1
-4
/
+4
*
Strive to rationalize fatal[x]() usage and
krw
2017-09-14
1
-2
/
+2
*
Tweak some comments
krw
2017-07-24
1
-3
/
+4
*
Replace remaining "!var" expressions with
krw
2017-07-14
1
-11
/
+11
*
Replace remaining "!<pointer>" expressions with
krw
2017-07-14
1
-2
/
+2
*
Use a modern spacious idiom on all function local variable
krw
2017-07-10
1
-24
/
+24
*
Be consistent. "return (e);" -> "return e;"
krw
2017-07-09
1
-26
/
+26
*
Some parsing code cleanup: add parse_boolean(); pass literal format
krw
2017-07-09
1
-1
/
+24
*
Always use uintNN_t instead of sometimes u_intNN_t
krw
2017-07-08
1
-2
/
+2
*
Nuke undocumented long-deprecated and/or unsupported lease
krw
2017-06-29
1
-38
/
+1
*
Drop support for old (>4yr) timestamp formats in leases
krw
2017-06-22
1
-9
/
+3
*
Various KNF nits.
krw
2017-06-19
1
-2
/
+2
*
Nuke unused global warnings_occurred.
krw
2017-06-10
1
-5
/
+1
*
Seven casts, a couple of tweaks and CFLAGS+=-Wsign-compare for the
krw
2017-04-09
1
-3
/
+3
*
Reduce the overburden of signed vs unsigned comparisons by sprinkling
krw
2017-04-08
1
-3
/
+3
*
Change parse_string() to take an optional integer pointer that can
krw
2017-04-03
1
-2
/
+4
*
Simplify read_string() to just read the characters between the '"'s.
krw
2017-04-03
1
-3
/
+12
*
Tweak parse_string() to not consume the ';'. Simplifies/shortens
krw
2017-04-03
1
-8
/
+1
*
Tweak 'expecting' parse_warn() messages to be more consistent.
krw
2017-04-03
1
-6
/
+6
*
Change parse_string() warning from "filename must be a string" to
krw
2017-04-02
1
-2
/
+2
*
Use new log.[ch] functions in parse_warn().
krw
2017-02-15
1
-36
/
+12
*
Switch from 'legacy' errwarn.c to standard daemon logging functions.
krw
2017-02-12
1
-3
/
+6
*
Move parse_warning() into parse.c to prepare to replace errwarn.c
krw
2017-02-11
1
-1
/
+49
*
Eliminate #include inside *.h files and include only needed headers in
krw
2016-02-06
1
-1
/
+16
*
Tweak parsing so that hostnames starting with 0-9 are accepted.
krw
2015-05-18
1
-1
/
+2
*
Zap trailing whitespace. Started by pointed comments from andre@.
krw
2014-05-05
1
-6
/
+6
*
Add parsing for options 121 (classless-static-routes) and 249
krw
2014-01-21
1
-1
/
+40
*
We don't have any (and I can't find elsewhere) signed 16 bit or
krw
2014-01-19
1
-11
/
+1
*
Redo the parsing of numbers to improve the error messages and
krw
2014-01-19
1
-142
/
+112
*
Rename parse_hardware_param() to parse_ethernet() to reflect what
krw
2014-01-19
1
-4
/
+3
[next]