Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up- Stockholm, Sweden
- Sign in to view email
- https://daniel.haxx.se/
Pinned
2,130 contributions in the last year
Activity overview
Contribution activity
June 2020
Created a pull request in curl/curl that received 5 comments
wording: avoid blacklist/whitelist stereotypes
Instead of discussing if there's value or meaning (implied or not) in the colors, let's use words without the same possibly negative associations.
+67
−70
•
5
comments
- CODE_REVIEW.md: how to do code reviews in curl
- share: don't set the share flag it something fails
- socks: detect connection closed in the SOCKS_READ states
- tests: add two simple tests for --login-options
- ngtcp2: update with recent API changes
- tool_cfgable: free login_options at exit
- libssh2: let sftp errors be unsigned long
- Curl_addrinfo: use one malloc instead of three
- server/util: fix logmsg format using curl_off_t argument
- user-agent.d: spell out what happens given a blank argument
- trailers: switch h1-trailer logic to use dynbuf
- configure: only strip first -L from LDFLAGS
- CURLINFO_ACTIVESOCKET.3: clarifying the description
- CURLINFO_EFFECTIVE_METHOD: added
- hostip: fix the memory-leak introduced in 67d2802
- test970: make it require proxy support
- urldata: let the HTTP method be in the set.* struct
- transfer: remove k->str NULL check
- altsvc: decrease entry count when expired entry is removed
- wording: avoid possibly negative associations in tests
- adding --curves parameter
- [WIP] Bundled cacert
- minor: add defensive check on data->multi->num_alive
- minor: remove unreachable breaks
- openssl: set FLAG_TRUSTED_FIRST unconditionally
- socks: fix expected length of SOCKS5 reply
- HTTP3.md: Clarify cargo build directory
- quiche: advertise draft 28 support
- examples/ephiperfifo: turns off interval when setting timerfd
- vtls: repair the build with `CURL_DISABLE_PROXY`
- select: reduce duplication of Curl_poll in Curl_socket_check