1. bbc7859 Match OpenSSL's values for BIO_CTRL_*. by David Benjamin · 9 years ago
  2. e7b3ce5 Add BIO_set_conn_int_port. by David Benjamin · 9 years ago
  3. ea77107 Remove references to non-existent BIO functions. by David Benjamin · 9 years ago
  4. 26993ad Only use recv/send for socket BIOs on Windows. by David Benjamin · 9 years ago
  5. 4435e96 Include buffer.h from bio.h. by Adam Langley · 9 years ago
  6. 22ce9b2 SSL_set_fd should create socket BIOs, not fd BIOs. by David Benjamin · 9 years ago
  7. a473e55 Add BIO_do_connect. by David Benjamin · 9 years ago
  8. d8eea14 BIO_new_mem_buf should take const void * by Steven Valdez · 9 years ago
  9. ce9d85e Tweaks for node.js by Adam Langley · 9 years ago
  10. 95219fe Fix some documentation comments. by David Benjamin · 9 years ago
  11. 061332f Define |OPENSSL_PRINTF_FORMAT_FUNC| for format string annotations. by Brian Smith · 9 years ago
  12. e6d1e5a Use typedef names, not struct names. by David Benjamin · 9 years ago
  13. 5f88999 Fix up several comments and detect problems in the future. by Adam Langley · 9 years ago
  14. 29d8adb Better handle IPv6. by Matt Braithwaite · 10 years ago
  15. 617eac6 Align BIO_get_fd with upstream. by David Benjamin · 9 years ago
  16. 6fad7bc Some documentation fixes. by David Benjamin · 10 years ago
  17. 07bf9f6 Drop DEFINE_STACK_OF. by Adam Langley · 10 years ago
  18. 34248d4 Get rid of err function codes. by David Benjamin · 10 years ago
  19. 4cd4edf Restore |ERR_print_errors()|. by Matt Braithwaite · 10 years ago
  20. e17d45f Restore |BIO_f_base64| from OpenSSL at b4f0d1a, modulo style fixes. by Matt Braithwaite · 10 years ago
  21. 3a9e1fb Correct various documentation typos by Kenny Root · 10 years ago
  22. 71106ad Add |BIO_read_asn1| to read a single ASN.1 object. by Adam Langley · 10 years ago
  23. 3fa65f0 Fix some malloc test crashs. by David Benjamin · 10 years ago
  24. 0da323a Convert reference counts in crypto/ by Adam Langley · 10 years ago
  25. 517da2f Add |BIO_up_ref| and |EVP_PKEY_up_ref|. by Adam Langley · 10 years ago
  26. ab9017b Revert "bio: remove reference count." by Adam Langley · 10 years ago
  27. d5eb7f4 bio: remove BIO_CTRL_PUSH/_POP. by Adam Langley · 10 years ago
  28. 1004b95 Remove BIO's ex_data. by David Benjamin · 10 years ago
  29. 9bde6ae bio: remove reference count. by Adam Langley · 10 years ago
  30. 054e682 Eliminate unnecessary includes from low-level crypto modules. by Brian Smith · 10 years ago
  31. 83a8298 Rename BIO_print_errors_fp back to ERR_print_errors_fp & refactor it. by Brian Smith · 10 years ago
  32. f21645f Typo fix in comment. by Adam Langley · 10 years ago
  33. 689be0f Reset all the error codes. by David Benjamin · 10 years ago
  34. 4e0a7e5 Cleanup of setting external buffer by Håvard Molland · 10 years ago
  35. ce5be4b Add zero copy read and write api for bio pairs. by Håvard Molland · 10 years ago
  36. bed8ce7 Add misc functions for easier porting. by Adam Langley · 11 years ago
  37. e2c4d26 Recover BIO_number_{read|written}. by Adam Langley · 11 years ago
  38. aa4efe7 Fix BIO_printf crash on Mac. by David Benjamin · 11 years ago
  39. eb7d2ed Add visibility rules. by Adam Langley · 11 years ago
  40. 37a623c Have BIO_get_mem_data return a size_t and uint8_t* by Adam Langley · 11 years ago
  41. 0cc81ff Add functions for setting a BIO callback and arg. by Adam Langley · 11 years ago
  42. 4c921e1 Move public headers to include/openssl/ by Adam Langley · 11 years ago
  43. 95c29f3 Inital import. by Adam Langley · 11 years ago