Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from quickfixgo:master #2

Open
wants to merge 81 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
81 commits
Select commit Hold shift + click to select a range
c8196ce
Upgrades Go versions and migrates to modules.
ackleymi Sep 29, 2019
c9d06ba
Adds gopath requirement hack and canonicalizes template comment format.
ackleymi Sep 30, 2019
1b43940
Adds a flag to specify generated package import paths.
ackleymi Oct 18, 2019
efbda9a
Reverts generator waitgroup behavior.
ackleymi Oct 18, 2019
cfd1c5e
Updates README to reflect modules changes.
ackleymi Oct 18, 2019
5d74fbc
Restores go expressions to generator funcs.
ackleymi Oct 24, 2019
9ac32c8
Merge pull request #381 from ackleymi/master
cbusbey Nov 2, 2019
f5f06d4
Add SocketServerName to support TLS SNI
linmaosong2018 Nov 6, 2019
05b7d89
Avoid duplicate config in both SocketConnectAddress and ServerName: c…
linmaosong2018 Nov 6, 2019
ab3ba9a
When copying address as server name, Chop off port if present
linmaosong2018 Nov 6, 2019
53d0a6f
Missing depedency
linmaosong2018 Nov 6, 2019
f101b61
[QFGO-296] Adds LogoutTimeout as a configuration parameter.
ackleymi Nov 8, 2019
a4472a0
[QFGO-295] Adds LogonTimeout as a configuration parameter.
ackleymi Nov 8, 2019
4227443
Merge pull request #387 from ackleymi/master
cbusbey Nov 9, 2019
76e0003
Merge pull request #385 from linmaosong2018/tls-server-name-config
cbusbey Nov 9, 2019
05048b2
Include reason in text field of Logout if seq num too low in Logon.
Dec 26, 2019
f46c517
Add support for DynamicQualifier
Jan 4, 2020
5b55929
Tweak logic
Jan 4, 2020
2381ebe
Merge pull request #393 from mirceapasoi/master
cbusbey Jan 22, 2020
7ee9dbc
Merge pull request #392 from bobmcn/logon-too-low
cbusbey Jan 22, 2020
0f04559
Expore IP address for acceptor
Jan 30, 2020
fb42fae
Add comment
Feb 5, 2020
dd7be77
Merge pull request #395 from mirceapasoi/mircea/remoteaddr
cbusbey Feb 5, 2020
f54889c
add businessRejectRefId to MessageRejectError
Rgvs Feb 12, 2020
8603953
adds proxy wrapper around listener
Mar 12, 2020
b5707f7
adds test
Mar 13, 2020
0dd1463
add documentation
Mar 13, 2020
a1d0416
add valid values
Mar 13, 2020
13407d7
replace space with tab
Mar 13, 2020
e52cbd7
Send error if connection is outside of session time
agustintorres Apr 8, 2020
c62c7f6
PG Placeholders
daemonl May 21, 2020
0dc0c4a
Merge pull request #397 from Rgvs/master
cbusbey May 26, 2020
e764df3
Replace func tests
daemonl May 29, 2020
7297b89
Adding ConnectionValidator interface allowing to implement a custom a…
StanChe Jun 3, 2020
2082e5b
Moved the new SetConnectionValidator method to the end of the file
StanChe Jun 3, 2020
f50f8a4
Merge pull request #400 from styliii/lo/proxy-wrapper
cbusbey Jun 19, 2020
1b0933d
Merge pull request #405 from dltmtech/feature/net.Conn_validator
cbusbey Jun 19, 2020
6a6e6ca
Outrageous mistake
lenimartin Jun 23, 2020
6362beb
Merge pull request #408 from lenimartin/patch-1
cbusbey Jun 23, 2020
9d0a7b7
Specify TLS minimum version explicitly
Toshiyuki-Tega Jun 29, 2020
c332a61
Merge pull request #403 from agustintorres/master
cbusbey Jul 11, 2020
646abb4
Merge pull request #409 from Softgate-Limited/old-tls
cbusbey Jul 11, 2020
3c18ed1
enable golang ci github action
Jul 12, 2020
2be6a8d
Merge pull request #411 from cbusbey/golangci
cbusbey Jul 12, 2020
7c5e638
updates libdecimal, adds pkg/errors
Jul 12, 2020
1cc9d27
some error checks, error wrapping
Jul 12, 2020
0ccca1d
Merge pull request #412 from cbusbey/err_checks
cbusbey Jul 13, 2020
2751bf0
Bump github.com/mattn/go-sqlite3 from 1.11.0 to 1.14.0
dependabot-preview[bot] Jul 13, 2020
1733756
some very low hanging lint fixes
Jul 13, 2020
ab6c365
Merge pull request #414 from quickfixgo/dependabot/go_modules/github.…
cbusbey Jul 13, 2020
8404934
Bump github.com/stretchr/testify from 1.4.0 to 1.6.1
dependabot-preview[bot] Jul 13, 2020
5719d4c
Merge pull request #415 from cbusbey/low_hang_lint
cbusbey Jul 13, 2020
d9bbc8b
Merge pull request #413 from quickfixgo/dependabot/go_modules/github.…
cbusbey Jul 13, 2020
084a8e1
misc delint
Jul 13, 2020
f6f7717
Merge pull request #416 from cbusbey/lint_cleanup
cbusbey Jul 14, 2020
da042b7
delint mongo error handling
Jul 14, 2020
a96402b
Merge pull request #417 from cbusbey/mongo_err_lint
cbusbey Jul 14, 2020
7855010
more delint
Jul 15, 2020
02c54e1
remove unused ref
Jul 15, 2020
3488927
Merge pull request #418 from cbusbey/lint
cbusbey Jul 15, 2020
ccac8b2
Bump github.com/mattn/go-sqlite3 from 1.14.0 to 1.14.1
dependabot-preview[bot] Aug 21, 2020
6489d14
Merge pull request #419 from quickfixgo/dependabot/go_modules/github.…
cbusbey Aug 21, 2020
ccbb588
Bump github.com/mattn/go-sqlite3 from 1.14.1 to 1.14.2
dependabot-preview[bot] Aug 31, 2020
4f59292
Bump github.com/mattn/go-sqlite3 from 1.14.2 to 1.14.3
dependabot-preview[bot] Sep 14, 2020
72532ac
Merge pull request #404 from EmbedFi/master
cbusbey Sep 30, 2020
a12d8a6
Bump github.com/mattn/go-sqlite3 from 1.14.3 to 1.14.4
dependabot-preview[bot] Oct 5, 2020
a4a99be
updates lint action to avoid action fails
Nov 17, 2020
8f22d9e
Bump github.com/mattn/go-sqlite3 from 1.14.4 to 1.14.5
dependabot-preview[bot] Nov 17, 2020
388ef58
add ParseSrc function so the source of the datadict doesn't have to b…
rubensayshi Feb 10, 2021
9cf5414
Merge pull request #433 from prvbl/datadict-from-src
ackleymi Apr 10, 2021
bbfc196
Upgrade to GitHub-native Dependabot
dependabot-preview[bot] Apr 29, 2021
d17e4e1
Merge pull request #435 from quickfixgo/dependabot/add-v2-config-file
ackleymi May 13, 2021
bdc76fe
fix sequence reset before resend request
sami-sweng Jun 10, 2021
6708347
rename
sami-sweng Jun 11, 2021
511b8c8
Resolves linter error.
ackleymi Jun 18, 2021
20b1d88
Updates travis file.
ackleymi Jun 18, 2021
c8a433f
Merge pull request #442 from ackleymi/main
ackleymi Jun 18, 2021
d61131c
Updates workflow
ackleymi Jun 18, 2021
c36af7f
Merge pull request #443 from ackleymi/main
ackleymi Jun 18, 2021
22ea419
Merge branch 'taurusgroup:master' into fix/sequence-reset-before-rese…
sami-sweng Jun 18, 2021
31f5ebe
Merge pull request #440 from sami-sweng/fix/sequence-reset-before-res…
ackleymi Jun 18, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bump github.com/mattn/go-sqlite3 from 1.14.1 to 1.14.2
Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) from 1.14.1 to 1.14.2.
- [Release notes](https://github.com/mattn/go-sqlite3/releases)
- [Commits](mattn/go-sqlite3@v1.14.1...v1.14.2)

Signed-off-by: dependabot-preview[bot] <[email protected]>
dependabot-preview[bot] authored and cbusbey committed Aug 31, 2020

Verified

This commit was signed with the committer’s verified signature.
Lohann Lohann Paterno Coutinho Ferreira
commit ccbb588b07a7d00c177912e40241a3372255c607
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ go 1.13
require (
github.com/armon/go-proxyproto v0.0.0-20200108142055-f0b8253b1507
github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8
github.com/mattn/go-sqlite3 v1.14.1
github.com/mattn/go-sqlite3 v1.14.2
github.com/pkg/errors v0.9.1
github.com/shopspring/decimal v1.2.0
github.com/stretchr/testify v1.6.1
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -12,6 +12,8 @@ github.com/mattn/go-sqlite3 v1.14.0 h1:mLyGNKR8+Vv9CAU7PphKa2hkEqxxhn8i32J6FPj1/
github.com/mattn/go-sqlite3 v1.14.0/go.mod h1:JIl7NbARA7phWnGvh0LKTyg7S9BA+6gx71ShQilpsus=
github.com/mattn/go-sqlite3 v1.14.1 h1:AHx9Ra40wIzl+GelgX2X6AWxmT5tfxhI1PL0523HcSw=
github.com/mattn/go-sqlite3 v1.14.1/go.mod h1:JIl7NbARA7phWnGvh0LKTyg7S9BA+6gx71ShQilpsus=
github.com/mattn/go-sqlite3 v1.14.2 h1:A2EQLwjYf/hfYaM20FVjs1UewCTTFR7RmjEHkLjldIA=
github.com/mattn/go-sqlite3 v1.14.2/go.mod h1:JIl7NbARA7phWnGvh0LKTyg7S9BA+6gx71ShQilpsus=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=