- 05 Jan, 2021 1 commit
-
-
Vincent Petry authored
Use uri_has_scheme to find out if the href in Webdav responses is absolute to use the matching base path extraction. Signed-off-by:
Vincent Petry <PVince81@yahoo.fr>
-
- 30 May, 2020 1 commit
-
-
Rosen Penev authored
The ones in std have overloads for const char/char. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- 13 Mar, 2020 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 07 Sep, 2019 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 09 Aug, 2019 4 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Reduce overhead by not duplicating the string.
-
Max Kellermann authored
-
Max Kellermann authored
-
- 17 Jun, 2019 1 commit
-
-
Max Kellermann authored
-
- 31 Oct, 2018 1 commit
-
-
Max Kellermann authored
-
- 02 Aug, 2018 1 commit
-
-
Max Kellermann authored
Required according to RFC 3986: > An implementation should accept uppercase letters as equivalent to > lowercase in scheme names Closes #330
-
- 10 Nov, 2017 1 commit
-
-
Max Kellermann authored
-
- 08 May, 2017 1 commit
-
-
Max Kellermann authored
This eliminates some overhead, because the compiler doesn't need to consider these functions throwing.
-
- 08 Jan, 2017 1 commit
-
-
Max Kellermann authored
-
- 03 Jan, 2017 1 commit
-
-
Max Kellermann authored
-
- 26 Feb, 2016 1 commit
-
-
Max Kellermann authored
-
- 06 Nov, 2015 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 01 Jan, 2015 1 commit
-
-
Max Kellermann authored
-
- 26 Dec, 2014 1 commit
-
-
Max Kellermann authored
New in clang 3.6.
-
- 02 Nov, 2014 1 commit
-
-
Max Kellermann authored
-
- 01 Nov, 2014 1 commit
-
-
Max Kellermann authored
-
- 10 Oct, 2014 1 commit
-
-
Max Kellermann authored
-
- 24 Feb, 2014 1 commit
-
-
Max Kellermann authored
-
- 13 Jan, 2014 1 commit
-
-
Max Kellermann authored
-
- 29 Dec, 2013 1 commit
-
-
Max Kellermann authored
A file called ".jpg" is not a JPEG file with an empty name; it is merely a hidden file.
-
- 15 Dec, 2013 1 commit
-
-
Max Kellermann authored
Replaces g_uri_parse_scheme().
-
- 29 Oct, 2013 1 commit
-
-
Max Kellermann authored
-
- 23 Oct, 2013 1 commit
-
-
Max Kellermann authored
-
- 14 Oct, 2013 1 commit
-
-
Max Kellermann authored
Micro-optimization.
-
- 08 Apr, 2013 1 commit
-
-
Max Kellermann authored
-
- 04 Apr, 2012 1 commit
-
-
Max Kellermann authored
g_basename() is deprecated in GLib 2.32. Instead, verify that the suffix does not have a backslash, to catch Windows path names.
-
- 29 Jan, 2011 1 commit
-
-
Max Kellermann authored
-
- 25 Jun, 2010 1 commit
-
-
Max Kellermann authored
This buggy implementation failed to allow "..." sequences, because the dot count was always zero. The usefulness of allowing "..." (or more dots) is debatable, but since it's a valid file name, we allow it.
-
- 27 Feb, 2010 1 commit
-
-
Max Kellermann authored
Dots at the beginning of an URI segment are ok, as long as the special names "." and ".." are not used.
-
- 01 Jan, 2010 1 commit
-
-
Avuton Olrich authored
-
- 27 Dec, 2009 1 commit
-
-
Max Kellermann authored
-