2774 Commits

Author SHA1 Message Date
Mzack9999 0d91ab1e4a Merge pull request #171 from afk/master
Fix typo in README.md
2020-12-09 20:43:07 +01:00
Efe Aydın 49b2743cd9 fix typo 2020-12-09 19:25:48 +03:00
bauthard 9ef2a14685 Merge pull request #167 from CaijiOrz/master
Improve GBK encode
2020-12-07 19:06:42 +05:30
CaijiOrz 89351c1fdd Improve GBK encode 2020-11-29 14:05:52 +08:00
Mzack9999 b896f31d7e Merge pull request #166 from projectdiscovery/bugfix-go-modules
updating fast dialer module
2020-11-26 11:45:40 +01:00
Mzack9999 b7757a000a updating fast dialer module 2020-11-26 11:44:31 +01:00
bauthard fd07f1cf15 Merge branch 'master' of https://github.com/projectdiscovery/httpx 2020-11-18 21:14:51 +05:30
bauthard 393ebb341f Adding issue templates 2020-11-18 21:14:34 +05:30
bauthard 4bb3004539 readme updates 2020-11-18 21:03:05 +05:30
bauthard f00b3f1103 readme wip 2020-11-18 03:13:44 +05:30
Mzack9999 f8818c1795 Merge pull request #155 from projectdiscovery/feature-fast-dialer
adding fastdialer
v1.0.3
2020-11-17 21:30:51 +01:00
Mzack9999 141532af0f fix go lint 2020-11-17 21:29:40 +01:00
Mzack9999 1c86e52138 go mod tidy 2020-11-17 21:26:13 +01:00
Mzack9999 b50359b8e1 merge master 2020-11-17 21:25:06 +01:00
bauthard 5869dfbdb2 Merge pull request #161 from projectdiscovery/feature-clistats
adding hmap (input dedupe) + wip clistats
2020-11-18 00:53:09 +05:30
Mzack9999 fe192e6b59 fixing request number 2020-11-17 19:17:05 +01:00
Mzack9999 8389bef8c0 fixing go lint 2020-11-16 20:23:34 +01:00
Mzack9999 18c88a46ce go lint fix 2020-11-16 20:15:43 +01:00
Mzack9999 c9ef0a7afc updating go modules 2020-11-16 20:10:10 +01:00
Mzack9999 e32c78fcc0 updating go modules 2020-11-16 20:09:34 +01:00
Mzack9999 e079224ab6 updating go modules 2020-11-16 20:03:57 +01:00
Mzack9999 e2917db2a4 adding hmap (input dedupe) + wip clistats 2020-11-15 21:21:17 +01:00
Mzack9999 f7dac08e7d go modules tidy 2020-11-15 20:38:09 +01:00
Mzack9999 c28a1f32e6 Merge branch 'master' into feature-fast-dialer 2020-11-15 20:35:07 +01:00
Mzack9999 0c04b07430 Merge pull request #156 from melardev/port-parsing-refactor
Improved readability and error handling on customport.go
2020-11-15 20:28:41 +01:00
melardev 4c86e5b436 Fix typo 2020-11-15 07:47:38 +01:00
Mzack9999 a94d948e3a updating go modules 2020-11-09 23:17:23 +01:00
melardev 97868f4ddf Remove the variable shadowing lint error 2020-11-07 23:04:00 +01:00
melardev 090c534288 Improved readability and error handling on customport.go 2020-11-07 22:47:51 +01:00
Mzack9999 9167d0ed17 updating go modules 2020-11-06 21:38:10 +01:00
Mzack9999 2efca14512 updating go modules 2020-11-06 21:37:16 +01:00
Mzack9999 659c1a33e4 adding fastdialer 2020-11-06 01:48:16 +01:00
bauthard 88927cfe06 readme update 2020-10-21 01:13:13 +05:30
bauthard df06e8bf12 Merge pull request #146 from projectdiscovery/bugfix-case-insensitive-match-string
Bugfix case insensitive match string
2020-10-21 00:36:30 +05:30
Mzack9999 976fe3940e code refactor 2020-10-20 20:17:02 +02:00
Mzack9999 8289f46867 making string matching case insensitive 2020-10-20 19:54:09 +02:00
Mzack9999 da3ffa7a90 Merge pull request #144 from projectdiscovery/bugfix-upgrading-go-modules
upgrading go modules
2020-10-16 21:28:08 +02:00
Mzack9999 8e3272c3bf upgrading go modules 2020-10-16 21:27:43 +02:00
bauthard 640e3359d1 Merge pull request #143 from vzamanillo/fix-ci-path
Fix ci path
2020-10-16 13:04:36 +05:30
Víctor Zamanillo 210b3228e6 bump golangci-lint to v1.31 2020-10-14 22:43:14 +02:00
Víctor Zamanillo 2b3b9ab349 Fixed appendAssign 2020-10-14 22:40:35 +02:00
Víctor Zamanillo b9a520f3a9 Removed working-directory, bump golangci-lint to 1.31
We don not need to set the working directory because the go.mod is on the root path.
2020-10-14 22:36:53 +02:00
Mzack9999 6745b0d063 Merge pull request #141 from projectdiscovery/bugfix-shared-cache
adding shared cache
2020-10-14 00:21:52 +02:00
Mzack9999 6ab0317269 adding shared cache 2020-10-14 00:21:27 +02:00
bauthard c3962a518f Merge pull request #139 from projectdiscovery/feature-ipv6-dns
adding support for ipv6
2020-10-14 01:31:29 +05:30
bauthard 9ce4170351 Merge pull request #140 from projectdiscovery/bugfix-response-time-string
changed duration => response time
2020-10-14 00:06:32 +05:30
Mzack9999 eb3cfdafc7 changed duration => response time 2020-10-13 20:09:47 +02:00
Mzack9999 28f630cefd adding support for ipv6 2020-10-13 19:35:18 +02:00
Mzack9999 b065292b28 Merge pull request #125 from projectdiscovery/bugfix-full-rawhttp
full raw http control
2020-10-13 01:47:15 +02:00
Mzack9999 59ef294a40 updated go modules 2020-10-13 01:45:58 +02:00