Commit Graph

19 Commits

Author SHA1 Message Date
Erik Dubbelboer 7a5afddf5b Use %v for errors and %q for strings (#1262)
Mostly in tests.
2022-04-01 18:11:16 +02:00
ZhangYunHao 286828e256 add a test for AppendQuotedArg (#1255) 2022-03-18 08:19:58 +01:00
ZhangYunHao f7423e3def Fix AppendHTMLEscape (#1248) 2022-03-15 09:39:40 +01:00
ZhangYunHao 707b1c1917 Format errors (#679)
* format errors

* Server is a type name

* Fix typo
2019-10-23 20:12:59 +08:00
Erik Dubbelboer c3d82ca3a4 Speed up testing by running tests in parallel 2019-10-16 10:20:13 +02:00
Erik Dubbelboer 97d51fbf75 go fmt ./... 2019-09-28 14:53:43 +02:00
Erik Dubbelboer 8a9bdc8177 Fix ParseUint to support all possible numbers
Fixes #461
2018-11-14 01:59:18 +08:00
Erik Dubbelboer d4f0cf56d8 Remove fasthttp.ByteBuffer
As advertised in https://github.com/valyala/fasthttp/commit/b5f96d4b4120bb1e09c23ac32baf21a14da4a71d
2018-10-01 14:15:29 +08:00
Aliaksandr Valialkin c0de95e84b Added AppendUnquotedArg - the complementary function to AppendQuotedArg 2017-06-19 18:35:07 +03:00
Aliaksandr Valialkin 394c20fdc5 Added AppendHTMLEscape helper function 2016-02-15 16:53:44 +02:00
Aliaksandr Valialkin bfce0fa31c substituted bytes.Buffer by ByteBuffer in tests where appropriate 2016-02-12 14:15:28 +02:00
Aliaksandr Valialkin 3222ab8c8c Added AppendIPv4 and ParseIPv4 helper functions 2015-12-11 13:11:15 +02:00
Aliaksandr Valialkin c04fdb47a5 Test writeHexInt for 32-bit and 64-bit architectures 2015-11-28 23:11:07 +02:00
Aliaksandr Valialkin 974a1c99ce Optimized AppendUint by using stack-based buffer instead of uintBufPool 2015-11-28 23:00:10 +02:00
Aliaksandr Valialkin 58d404c7e9 Issue #7: an attempt to blindly fix arm build according to @msoap suggestion 2015-11-28 20:47:17 +02:00
Aliaksandr Valialkin 02d312eb54 Added BodyStream to Response, so RequestHandler may set BodyStream instead of Body when it needs response body streaming 2015-11-11 12:54:49 +02:00
Aliaksandr Valialkin 04ec7b22d0 Added a test for AppendHTTPDate 2015-11-11 11:04:54 +02:00
Aliaksandr Valialkin 9735e0127b Exported ParseUint, ParseUfloat and AppendHTTPDate, which may be frequently used in http apps 2015-11-11 11:00:22 +02:00
Aliaksandr Valialkin a049630bca initial commit 2015-10-19 01:21:09 +03:00