История коммитов

Автор SHA1 Сообщение Дата
  Sergey Prokhorov e1e29945b6 Don't use parameterized type (some problems with OTP18) 4 лет назад
  Sergey Prokhorov b493ec70c9 Add helpers to encode Client->Server packets to epgsql_wire 4 лет назад
  Sergey Prokhorov a81099ddd8 epgsql_command callback `execute` can return `send` or `send_multi` 4 лет назад
  Sergey Prokhorov 50d2b402f7 Merge pull request #242 from seriyps/add-tcp_opts 4 лет назад
  Sergey Prokhorov afe818d7fa Fix rebar version to 3.13.2 for compatibility with OTP-18 4 лет назад
  Sergey Prokhorov c5bef0ed54 Add `tcp_opts` connect option. Fixes #240 4 лет назад
  Sergey Prokhorov 80d6b0eb43 Merge pull request #239 from galdor/switch-to-crypto-mac 4 лет назад
  Nicolas Martyanoff 67ee08f781 switch to crypto:mac/4 since crypto:hmac/3 is deprecated 4 лет назад
  Sergey Prokhorov 5b9869df3a Merge pull request #237 from galdor/otp-23 4 лет назад
  Nicolas Martyanoff 93b4a67510 test with otp 23 in travis 4 лет назад
  Sergey Prokhorov f8a5acc2e9 Merge pull request #229 from enidgjoleka/introduce-sasl_prep-profile-of-stringprep-algorithm-as-the-normalization-algorithm 5 лет назад
  Sergey Prokhorov 89d6140db4 Merge pull request #228 from enidgjoleka/handle-skipped-commands-in-batch 5 лет назад
  Enid Gjoleka 1eebe39468 Do not construct a deep list for skipped commands but simply return {error, #error{}} and update README 5 лет назад
  Enid Gjoleka 3ec94b2bdf Move characters_to_list outside the inner loop 5 лет назад
  Enid Gjoleka 0bb390b7df Add type_spec:s for all newly introduced functions and also add a test for a non-sasl_prep compliant string 5 лет назад
  Enid Gjoleka c28566c73f Add sasl_prep implementation for validating passwords according to sasl specification 5 лет назад
  Sergey Prokhorov f0d07e3fff Merge pull request #227 from enidgjoleka/handle-tls-connection-during-cancellation 5 лет назад
  Enid Gjoleka 6b166f500c Use the correct variable while sending the request to pgsql 5 лет назад
  Enid Gjoleka 5b16d12ff2 Handle skipped commands in epgsql/a/i:execute_batch 5 лет назад
  Enid Gjoleka 4ae561e5a1 Use timer:sleep instead of receive...after timout end in newly introduced tests, handle open_socket/x results better while cancelling the query 5 лет назад
  Enid Gjoleka 0709950aef Filter sensitive info from connection_opts prior to setting it into the epgsql_sock state 5 лет назад
  Enid Gjoleka eef6c70719 Fix dialyzer issues 5 лет назад
  Enid Gjoleka bfba4ea0d7 Use macro while testing and update README.md 5 лет назад
  Enid Gjoleka f929e81f51 Add tests for verifying the proposed solution and fix discovered issues 5 лет назад
  Enid Gjoleka dac4653b21 Refactor epgsql_cmd_connect to allow other parts of the source code to make use of the newly introduced fun, open_socket 5 лет назад
  Sergey Prokhorov d8ca6d4d94 Merge pull request #226 from enidgjoleka/use-application-name-when-establishing-a-connection 5 лет назад
  Enid Gjoleka 9b8850ea29 Add test for making sure application_name is passed correctly to postgresql 5 лет назад
  Enid Gjoleka ad14962224 Add application_name as an optional parameter while establishing a connection 5 лет назад
  Sergey Prokhorov 6940115619 Version bump 4.4.0 5 лет назад
  Sergey Prokhorov 03c88ef368 Merge pull request #218 from seriyps/integer-overflow-guard 5 лет назад