Commit Graph

6835 Commits

Author SHA1 Message Date
Michael Bayne 61fd40f318 Streamline the source header. Update the copyright. 2025-04-03 13:21:33 -07:00
Michael Bayne 1d7365ca32 Merge pull request #3 from threerings/dependabot/maven/tools/junit-junit-4.13.1
Bump junit from 4.10 to 4.13.1 in /tools
2025-04-03 13:13:46 -07:00
Michael Bayne 2b0ea73dd1 Merge pull request #4 from threerings/dependabot/maven/core/junit-junit-4.13.1
Bump junit from 4.10 to 4.13.1 in /core
2025-04-03 13:13:29 -07:00
Michael Bayne 494a8fd06e Merge pull request #5 from threerings/dependabot/maven/core/org.apache.ant-ant-1.10.9
Bump ant from 1.7.1 to 1.10.9 in /core
2025-04-03 13:13:11 -07:00
Michael Bayne 15ce3f38ea Merge pull request #6 from threerings/dependabot/maven/tools/org.apache.ant-ant-1.10.9
Bump ant from 1.7.1 to 1.10.9 in /tools
2025-04-03 13:13:00 -07:00
Michael Bayne cb3c971312 Ignore Maven target directories. 2025-02-05 11:23:35 -08:00
Michael Bayne 77ccbb97a2 Updating depends. 2025-02-05 10:55:13 -08:00
Michael Bayne cb065fcbd2 Target Java 10. 2025-02-05 10:54:59 -08:00
Michael Bayne 4c98299580 Add a default implementation. 2025-02-05 10:51:56 -08:00
dependabot[bot] 3003f15e76 Bump ant from 1.7.1 to 1.10.9 in /tools
Bumps ant from 1.7.1 to 1.10.9.

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-03 19:27:16 +00:00
dependabot[bot] ae54490ddf Bump ant from 1.7.1 to 1.10.9 in /core
Bumps ant from 1.7.1 to 1.10.9.

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-03 19:27:01 +00:00
dependabot[bot] d611d1d1bf Bump junit from 4.10 to 4.13.1 in /core
Bumps [junit](https://github.com/junit-team/junit4) from 4.10 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.10.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.10...r4.13.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-13 04:35:43 +00:00
dependabot[bot] af07592b21 Bump junit from 4.10 to 4.13.1 in /tools
Bumps [junit](https://github.com/junit-team/junit4) from 4.10 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.10.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.10...r4.13.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-13 04:35:18 +00:00
Ray J. Greenwell 5b01edc885 Return to SNAPSHOT development. 2018-09-26 16:22:59 -07:00
Ray J. Greenwell d752f21b9a Prepare for release of 1.16.5. 2018-09-26 16:19:31 -07:00
Michael Bayne 74a75b78a4 These shared configs should be in <pluginManagement>. 2018-09-26 15:34:38 -07:00
Michael Bayne 24b54b8dc6 Added a soak test & isolated test for just fixed bug. 2018-09-26 15:34:12 -07:00
Michael Bayne 11e815fcc3 Do not use buffer limit as indicator of frame completion.
If the frame happens to be exactly the same size as the buffer capacity, we
will erroneously think that the last frame was complete because the limit is
normally at the buffer capacity.

This only exploded when we had both a perfectly sized frame and failed to read
it in a single call to read, which apparently took 17 years to happen, and many
billions of frames read.
2018-09-26 15:16:39 -07:00
Ray J. Greenwell ed7c071de1 Remove debuggery. 2018-09-26 15:12:59 -07:00
Ray J. Greenwell 2dcdcdb76a Also print buffer capacity. 2018-09-26 11:52:20 -07:00
Ray J. Greenwell 2003ed8ae1 Added logging to debug something... 2018-09-26 11:15:20 -07:00
Ray J. Greenwell 735443f7fc Return to SNAPSHOT development. 2018-09-24 15:30:33 -07:00
Ray J. Greenwell feac5c2f92 Prepare for release of 1.16.4. 2018-09-24 15:20:01 -07:00
Ray J. Greenwell 9c986bc4a9 Add hook for validating an outgoing connection.
Sometimes a present node uses a port to connect outwards that another
node is listening on.. I considered building-in some smarts for this
into the peer stuff, but for now at least I'll keep it simpler and
more flexible.
2018-09-24 12:54:25 -07:00
Ray J. Greenwell 63ff5753f4 Revert to SNAPSHOT development. 2018-05-09 11:40:54 -07:00
Ray J. Greenwell 35ba8a859a Prepare for release of 1.16.3. 2018-05-09 11:30:58 -07:00
Ray J. Greenwell eaed4435b3 Downgrade unmapped connection logging to debug. 2018-05-09 10:56:05 -07:00
Ray J. Greenwell 8232345096 Return to SNAPSHOT development. 2018-04-03 17:57:50 -07:00
Ray J. Greenwell d56f4d4654 Prepare for release 1.16.2 2018-04-03 17:54:54 -07:00
Ray J. Greenwell bfbe439942 Configure a larger invocation listener timeout between peers.
10 minutes now, up from 90 seconds. Overrideable in PeerNode to set
a different value.
2018-04-03 16:19:38 -07:00
Michael Bayne eb9e96ab2b Target JDK 1.6.
That way we can at least build Narya with JDK9.
2018-03-27 14:19:17 -07:00
Ray J. Greenwell 7d02ed1730 Back to SNAPSHOT development. 2018-03-22 16:47:07 -07:00
Ray J. Greenwell fe34b75190 Prepare for release 1.16.1. 2018-03-22 16:42:27 -07:00
Ray J. Greenwell 83dca54314 Spelling fix! 2018-03-22 16:31:13 -07:00
Ray J. Greenwell eea5f4343a Allow cross-region connections to use internal IPs. 2018-03-22 16:26:43 -07:00
Ray J. Greenwell 61bee1b160 Revert "Update javadoc with the truth about peers' internalHostName."
This reverts commit ec47182263.

Ummm? I misread the code? So embarassing. For some reason I thought it
was using the public hostname for all connections. Perhaps I misread
the 'hostName' local variable in a PeerNode method for the 'hostName'
in the record.
2018-01-05 15:20:29 -08:00
Ray J. Greenwell ec47182263 Update javadoc with the truth about peers' internalHostName. 2018-01-05 14:36:01 -08:00
Ray J. Greenwell 4456083bcc prepare for next development iteration 2017-12-28 08:48:28 -08:00
Ray J. Greenwell 5a96d9e544 prepare release narya-1.16 2017-12-28 08:41:48 -08:00
Ray J. Greenwell 45c98d9446 Make authenticator static to work with newer guice. 2017-12-28 08:35:10 -08:00
Michael Bayne 03d2f4e679 Move aslib module to profile. 2016-12-17 16:54:31 -08:00
Michael Bayne e8094c4b09 Get our Flash bits from Tim's Maven repo.
Google Code is going away and this Flash shit is never going to be published to
Maven Central.
2015-03-17 08:34:52 -07:00
Michael Bayne 2382687b21 Cache Maven stuffs on Travis. 2015-03-17 08:29:07 -07:00
Michael Bayne 9c16e724ba Support setting classpath directly. 2015-03-17 08:28:01 -07:00
Michael Bayne 85bf22ea8a Only build master. 2015-03-14 10:48:08 -07:00
Michael Bayne 99531f23cf Wire up a Travis build. 2015-03-14 10:09:28 -07:00
Michael Bayne 86c5cf7c75 [maven-release-plugin] prepare for next development iteration 2015-03-12 11:46:43 -07:00
Michael Bayne 1dccfa1d58 [maven-release-plugin] prepare release narya-1.15 2015-03-12 11:46:40 -07:00
Michael Bayne bbecc4c2fb Objects deprecated, use MoreObjects. 2015-03-12 11:44:12 -07:00
Michael Bayne 8493c455fb Various javadoc fixes. 2015-03-12 11:41:06 -07:00