Fabrice Reix
|
482a2404a4
|
Extract filename parser in its own module
|
2021-10-29 18:40:18 +02:00 |
|
Fabrice Reix
|
d90c92517d
|
Increment version 1.5.0-snapshot
|
2021-10-18 09:17:59 +02:00 |
|
Fabrice Reix
|
629e2c5d4e
|
Create release 1.4.0
|
2021-10-18 09:17:59 +02:00 |
|
Erick Crager
|
b76c5519fe
|
Support escaped spaces in filenames.
|
2021-10-17 16:27:05 +02:00 |
|
Fabrice Reix
|
b6f8797904
|
Parse more characters in URLs
|
2021-10-17 13:49:23 +02:00 |
|
Fabrice Reix
|
c608ff36da
|
Refacto parsing url
|
2021-10-17 13:49:23 +02:00 |
|
Fabrice Reix
|
09115f3228
|
Support tidle in url
|
2021-10-14 09:17:49 +02:00 |
|
Fabrice Reix
|
2de25a4932
|
Use snapshot version for non-official release
|
2021-10-07 16:46:35 +02:00 |
|
Fabrice Reix
|
8acd79c33b
|
Improve HTML output
|
2021-09-25 09:17:33 +02:00 |
|
Fabrice Reix
|
4c71f7fd96
|
Merge branch 'master' into release/1.3.1
|
2021-09-11 08:35:08 +02:00 |
|
Fabrice Reix
|
bd540070e0
|
Accept hyphen in variable name
|
2021-09-10 17:35:23 +02:00 |
|
Fabrice Reix
|
187ca03698
|
Escape Hash(#) in hurl string value
|
2021-09-10 08:37:15 +02:00 |
|
Fabrice Reix
|
40ddfe520e
|
add README in each crate
|
2021-09-10 08:17:59 +02:00 |
|
Fabrice Reix
|
3853156b0d
|
Update version to 1.3.1
|
2021-09-10 07:56:45 +02:00 |
|
Fabrice Reix
|
232bcbd535
|
Update version
|
2021-09-03 11:23:43 +02:00 |
|
Fabrice Reix
|
69aec13eb4
|
Fix clippy for Rust 1.54.0
|
2021-09-02 18:41:50 +02:00 |
|
Fabrice Reix
|
bde283f6c3
|
Fix parsing json body
|
2021-07-25 11:01:04 +02:00 |
|
Fabrice Reix
|
882a49a53c
|
Fix clippy warnings (in tests)
|
2021-07-24 11:20:14 +02:00 |
|
Fabrice Reix
|
eda411ed9d
|
Update dependencies
|
2021-07-24 09:42:46 +02:00 |
|
Fabrice Reix
|
47ae21f6df
|
add endsWith predicate
|
2021-07-16 08:18:58 +02:00 |
|
Fabrice Reix
|
3a25d516ab
|
Add md5 query
|
2021-07-14 21:38:15 +02:00 |
|
Fabrice Reix
|
1b30968c95
|
Support startsWith and contains with bytes
|
2021-07-07 15:44:48 +02:00 |
|
Fabrice Reix
|
6d4308df73
|
Add hex body
|
2021-07-04 18:49:20 +02:00 |
|
Fabrice Reix
|
205284591c
|
Update dependencies
|
2021-07-04 08:54:59 +02:00 |
|
Fabrice Reix
|
2fee06d379
|
Clean html output
|
2021-07-03 13:23:53 +02:00 |
|
Fabrice Reix
|
4fe77e284d
|
Add predicate value base64
|
2021-07-02 18:51:58 +02:00 |
|
Fabrice Reix
|
d9630ed685
|
Add raw string in predicate value
|
2021-07-01 20:02:47 +02:00 |
|
Fabrice Reix
|
0dd0942435
|
Add PredicateValue public type
|
2021-06-29 18:31:05 +02:00 |
|
Fabrice Reix
|
e3952b8d84
|
Improve error message with suggestions
|
2021-06-28 20:02:44 +02:00 |
|
Fabrice Reix
|
31809edb9f
|
Add notEquals query (!=)
|
2021-06-27 14:00:19 +02:00 |
|
Fabrice Reix
|
609868c858
|
Add subquery count
predicate countEquals becomes deprecated and is replaced by count ==
|
2021-06-27 09:20:03 +02:00 |
|
Fabrice Reix
|
559e9d9192
|
Improve url parsing error
|
2021-06-19 14:20:14 +02:00 |
|
Fabrice Reix
|
8844c1e60a
|
Add operators for arithmetic predicates
|
2021-06-19 08:52:45 +02:00 |
|
Fabrice Reix
|
5faea0811a
|
Add parsing error for odd number of hex digits
|
2021-06-17 21:54:25 +02:00 |
|
Fabrice Reix
|
ead46740ab
|
Add sha256 query
|
2021-06-17 20:28:13 +02:00 |
|
Fabrice Reix
|
93c2fede66
|
Add bytes query and equals predicate for bytearray
|
2021-06-16 21:13:17 +02:00 |
|
Fabrice Reix
|
ae83a4cb52
|
Improve HTML report
|
2021-06-10 19:54:07 +02:00 |
|
Fabrice Reix
|
19857abf6b
|
Update to Rust 1.52
fix new clippy warnings:
- inconsistent_struct_constructor
- manual_map
- copied
|
2021-05-14 14:26:54 +02:00 |
|
Fabrice Reix
|
ee47df6213
|
Fix new clippy warnings (Rust 1.51)
- upper_case_acronyms
- redundant_slicing
- vec_init_then_push
|
2021-03-28 09:51:21 +02:00 |
|
Fabrice Reix
|
2c84f299db
|
Fix parsing quote in quoted template
|
2021-03-22 14:41:10 +01:00 |
|
Fabrice Reix
|
1d3a8ab664
|
Refacto parsing with template module
TBC: Performance issue when calling reader.is_eof()
Check len() call for a large vector.
|
2021-03-20 11:36:46 +01:00 |
|
Fabrice Reix
|
7ec43282ee
|
Update Unit tests
|
2021-03-20 11:34:25 +01:00 |
|
Fabrice Reix
|
902ce4f897
|
Update version to 1.3.0
|
2021-03-03 13:39:02 +01:00 |
|
Fabrice Reix
|
13bd92d27d
|
Fix clippy unnecessary-wraps
|
2021-02-12 10:54:27 +01:00 |
|
Fabrice Reix
|
4f6e2a72ab
|
Add documentation, homepage or repository in manifest
|
2021-02-10 20:17:10 +01:00 |
|
Fabrice Reix
|
d886a10a94
|
Update Licence identifier
unknown license from cargo publish
|
2021-02-10 20:12:17 +01:00 |
|
Fabrice Reix
|
54ac4babdf
|
Update version to 1.2.0
|
2021-02-08 10:33:10 +01:00 |
|
Fabrice Reix
|
379bd5aac2
|
Accept more characters in the cookie-value
|
2021-01-22 07:49:48 +01:00 |
|
Fabrice Reix
|
5b17e6f9ee
|
Accept '.' in cookie-value
|
2021-01-18 20:00:47 +01:00 |
|
Fabrice Reix
|
8b12a574a6
|
Support template in json for null, boolean and numbers
|
2021-01-09 18:32:31 +01:00 |
|