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

release v2.4.3.1 #66

Merged
merged 79 commits into from
Jan 15, 2015
Merged
Changes from 1 commit
Commits
Show all changes
79 commits
Select commit Hold shift + click to select a range
72b5fcc
Issue #58: switch Cryptography project to use GsDevKit/Cryptography p…
dalehenrich Nov 18, 2014
c1cdd64
Issue #58: run all unit tests in image ... that way we get coverage f…
dalehenrich Nov 21, 2014
5785c37
Issue #58: load NeoJSON tests now ... they should be passing?
dalehenrich Nov 21, 2014
83f418e
Issue #63: remove ZnExampleStorageRestServerDelegateTest>>testQuery .…
dalehenrich Nov 21, 2014
f652497
add logging to ZnWebSocketFrameTests>>testReadingPing since it fails …
dalehenrich Nov 21, 2014
b55918c
NeoJSON is on gs_master branch now
dalehenrich Nov 22, 2014
f8df3b4
Issue #58: get rid of some of the undefined globals and sent but not …
dalehenrich Nov 26, 2014
61361b2
Issue #58: add dependency upon GsApplicationTools for Zinc-GemStone-S…
dalehenrich Nov 26, 2014
785e1cc
Issue #58: start using ZnGemServer based on work done for https://git…
dalehenrich Nov 30, 2014
36a565d
Issue #58:
dalehenrich Nov 30, 2014
3b5c2ea
Issue #58: a log can be specified for an instance of ZnGemServer. By …
dalehenrich Nov 30, 2014
89be61e
Issue #58: tweak recent changes ... and get back to getting tests to …
dalehenrich Nov 30, 2014
df9dddb
Issue #58: ZnWebSocketTests>>testStatus passing
dalehenrich Nov 30, 2014
387c0c1
Issue #58: ZnWebSocketTests>>testEcho test passing ... in debugMode, …
dalehenrich Dec 1, 2014
641db34
Issue #58: ZnWebSocketTests>>testEchoSecureWebSocketsDotOrg requires …
dalehenrich Dec 1, 2014
7f47a99
Issue #58: ZnExampleStorageRestServerDelegateTest>>testQuery passing
dalehenrich Dec 1, 2014
c330b2e
Issue #58: a bit of cleanup to get the 3.x tests to pass(?)
dalehenrich Dec 1, 2014
7df3f86
Issue #58: now the 3.x tests should pass
dalehenrich Dec 1, 2014
e39ffad
Issue #58: use Integer>>ansiBitAt: because of a bug in 2.4.x ... turn…
dalehenrich Dec 2, 2014
2680cba
Issue #58: args to on:do: blocks required in GemStone
dalehenrich Dec 2, 2014
971a2ed
Issue #58: ZnSingleThreadedServer>>handleRequestProtected: don't pass…
dalehenrich Dec 3, 2014
035ca4f
Issue #58: add transactions to web socket delegate and some logging t…
dalehenrich Dec 3, 2014
b71ec3b
switch to ZnTranscriptLogger for debugging
dalehenrich Dec 3, 2014
117bdb5
Issue #58: Wrap ZnWebSocket stream iv by TransientValue, because GsSo…
dalehenrich Dec 3, 2014
c7ba8fb
Issue #58: ZnSingleThreadedServer>>logServerError: to unconditionally…
dalehenrich Dec 3, 2014
6f9afac
Issue #58: add halt/breakpoint handlers to ZnSingleThreadedServer>>se…
dalehenrich Dec 3, 2014
48bd27c
Issue #58: add ZnLogSupport>>object: ... for dropping an object into …
dalehenrich Dec 4, 2014
d8b7082
Issue #58: fixed{?) an accept problem whereby an accept error in Sock…
dalehenrich Dec 4, 2014
a870271
Issue #58: fix sent but not implemented
dalehenrich Dec 4, 2014
1c5e160
Issue #58: tweak ZnGemServer a bit
dalehenrich Dec 4, 2014
de801bc
Issue #58: GemServer class>>handleBreakpointException: moved to ZnGem…
dalehenrich Dec 5, 2014
99f686a
Issue #58: make ZnGemServer>>breakpointExceptionSet controllable now …
dalehenrich Dec 5, 2014
3a93f15
Issue #58: ZnLogSupport>>breakpointExceptionSet needed ... ZnRestServ…
dalehenrich Dec 6, 2014
7b1ee5e
Issue #58: flesh out remote breakpoint work ... cannot switch back to…
dalehenrich Dec 6, 2014
d79c4fd
Issue #58: remove some logging
dalehenrich Dec 6, 2014
b6d1f56
Issue #58: fix typo
dalehenrich Dec 7, 2014
e4de363
Issue #58: fiddle with logging ... remote breakpoints back on table
dalehenrich Dec 8, 2014
e29ffe6
Issue #58: fine tune logging
dalehenrich Dec 8, 2014
03318b1
Issue #58: make SocketStream and friends continuation friendly by wra…
dalehenrich Dec 9, 2014
3c2ad09
Issue #58: use GemServer>>activeProcessIsNative instead of direct cal…
dalehenrich Dec 10, 2014
000ed9b
push up some behavior/state to GemServer as I contemplate implementat…
dalehenrich Dec 10, 2014
06e353e
Issue #58: remove currentServer iv ... replaced by inherited serverIn…
dalehenrich Dec 11, 2014
3d7f41d
Issue #58: some tweaks to implementation as I flesh out ZnSeasideGemS…
dalehenrich Dec 11, 2014
ed1375d
moved UUID>>asString36 to GLASS1 (see https://github.com/GsDevKit/zin…
dalehenrich Dec 11, 2014
951b76e
Issue #58: fix calling logic for ZnGemServerLogSupport>>handleBreakpo…
dalehenrich Dec 11, 2014
a540447
Issue #46: add SpSocketError to ZnMultiThreadedServer>>readRequestTer…
dalehenrich Dec 11, 2014
15dc80d
Issue #43: move SocketStream class>>openConnectionToHost:port:timeout…
dalehenrich Dec 11, 2014
f734652
Issue #59: now pass timeout along to SocketStreamSocket
dalehenrich Dec 12, 2014
5cf3b2d
Issue #58: checkpoint (tests failing) expand use of GemServer to cove…
dalehenrich Dec 14, 2014
6aac715
Issue #58: conversion of ZnServerTests to support ZnGsServerTests ...…
dalehenrich Dec 14, 2014
6d4dd84
Issue #58: tweak options trasnfer between gemServer and ZnServer
dalehenrich Dec 14, 2014
317d3bc
Issue #58: fix up options handling ....
dalehenrich Dec 14, 2014
1d17817
Issue #58: by jove I think she's got it
dalehenrich Dec 14, 2014
1f6929a
Issue #65: expected failure for 2.4.x and ZnGsServerTests>>testError
dalehenrich Dec 14, 2014
35db291
Issue #58: rename breakpointExceptionSet to gemServerExceptionSet
dalehenrich Dec 20, 2014
8e8f831
add travis-ci hook for gitter
dalehenrich Dec 20, 2014
62385cf
Issue #58: mods to be minimally compatible with GsApplicationTools v1…
dalehenrich Jan 6, 2015
6f6f220
Issue #58: replace GemServerRegistry ref with ref to GemServer
dalehenrich Jan 6, 2015
c644581
Issue #58: use dev branch for GsApplicationTools
dalehenrich Jan 6, 2015
18cf832
Issue #58: replacing use of ports with portOrResourceNameList in GemS…
dalehenrich Jan 6, 2015
cd878d5
added GemServer>>ports and GemServer>>ports: so ports not needed locally
dalehenrich Jan 7, 2015
ced6f10
Issue #58: change GsApplicationTools project reference back to: gsApp…
dalehenrich Jan 8, 2015
c453ed5
Issue #69: push ZnGemServer up to ZnAbstractGemServer and create sibl…
dalehenrich Jan 8, 2015
1a79dd0
Issue #69: add ZnNewGsServerTests for testing ZnNewGemServer ... thes…
dalehenrich Jan 9, 2015
164d54b
Issue #69: logging in ZnServerTests>>testError ... tracking travis o…
dalehenrich Jan 9, 2015
10cd5dc
Issue #69: start work adding persitence tests for http server additio…
dalehenrich Jan 9, 2015
e2b58a9
Issue #69: added first transactional test ... patch mistake in ZnServ…
dalehenrich Jan 9, 2015
8aa8151
issue #69: pushed up to GsApplicationTools v1.0.2 (not yet released)
dalehenrich Jan 10, 2015
140c650
Issue #69: GsApplicationTools v1.0.2 integrated .... leave HTTP error…
dalehenrich Jan 12, 2015
04a7d0c
Issue #69: fix mistake in tag spec for baseline ... start adding supp…
dalehenrich Jan 12, 2015
1cbc0a4
Issue #69: more testError logging sheesh!
dalehenrich Jan 12, 2015
9212de0
Issue #69: more test fiddling ... not seeing travis failures locallly
dalehenrich Jan 12, 2015
1470765
Issue #69: checkpoint converting WebSocket example to use ZnNewGemSer…
dalehenrich Jan 12, 2015
d90c760
Issue #69: error logging in tests
dalehenrich Jan 12, 2015
2a4a3c0
Issue #69: I think I fixed some of the errors that were causing rando…
dalehenrich Jan 12, 2015
7c6803f
Issue #69: web socket chat room has transactions implemented ... with…
dalehenrich Jan 15, 2015
a5c68d2
Issue #69: transactional and non-transactional webSocket examples are…
dalehenrich Jan 15, 2015
c4d1688
Issue #69: going after 2.x test failures
dalehenrich Jan 15, 2015
f436c90
Merge pull request #70 from GsDevKit/issue_69
dalehenrich Jan 15, 2015
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
Issue #58: fix sent but not implemented
  • Loading branch information
dalehenrich committed Dec 4, 2014
commit a870271883671000b7a86928d57e4ea032101267
Original file line number Diff line number Diff line change
@@ -13,12 +13,12 @@ serveConnectionOn: listeningSocket
[
[ self executeOneRequestResponseOn: stream ]
on: ZnGemServer breakpointExceptionSet
do: [ :ex | ZnGemServer handleBreakPointException: ex ] ]
do: [ :ex | ZnGemServer handleBreakpointException: ex ] ]
ensure: [
self log debug: 'Closing stream'.
stream close ] ]
ifCurtailed: [
self log debug: 'Destroying socket'.
socket destroy ] ]
on: ZnGemServer breakpointExceptionSet
do: [ :ex | ZnGemServer handleBreakPointException: ex ]
do: [ :ex | ZnGemServer handleBreakpointException: ex ]
Original file line number Diff line number Diff line change
@@ -38,7 +38,7 @@
"process" : "SvenVanCaekenberghe 12/10/2010 13:54",
"readRequest:" : "SvenVanCaekenberghe 9/5/2012 12:49",
"releaseServerSocket" : "dkh 06/25/2014 07:40",
"serveConnectionOn:" : "dkh 12/03/2014 15:01",
"serveConnectionOn:" : "dkh 12/04/2014 08:07",
"serverProcessName" : "SvenVanCaekenberghe 12/13/2010 16:42",
"serverSocket" : "SvenVanCaekenberghe 12/10/2010 13:54",
"socketStreamOn:" : "SvenVanCaekenberghe 11/10/2011 13:18",
2 changes: 1 addition & 1 deletion repository/Zinc-HTTP.package/monticello.meta/version

Large diffs are not rendered by default.