brianc
|
c923ae03a5
|
don't require parser
|
2010-10-20 00:21:43 -05:00 |
|
brianc
|
7d627f8d15
|
combined parser and client
|
2010-10-20 00:21:13 -05:00 |
|
brianc
|
3fe6661819
|
refactor sending simple messages
|
2010-10-19 23:49:55 -05:00 |
|
brianc
|
406e8a56a9
|
got basic password authentication working
|
2010-10-19 23:29:23 -05:00 |
|
brianc
|
52a0d0459d
|
start to handle other auth messages
|
2010-10-19 22:55:26 -05:00 |
|
brianc
|
ec5f1b8831
|
failing date parsing
|
2010-10-18 23:35:51 -05:00 |
|
brianc
|
ae40a13daf
|
time/timez parsing
|
2010-10-18 23:19:17 -05:00 |
|
brianc
|
a05ad762d2
|
added oid as integer type
|
2010-10-18 22:42:48 -05:00 |
|
brianc
|
a69d9fecaa
|
parse floats
|
2010-10-18 22:17:58 -05:00 |
|
brianc
|
bf87006bc3
|
removed log message
|
2010-10-18 22:14:51 -05:00 |
|
brianc
|
967ec0f6bb
|
parsing ints
|
2010-10-18 22:12:26 -05:00 |
|
brianc
|
8cb44e3cf3
|
substantial refactoring of the parser
|
2010-10-15 00:24:58 -05:00 |
|
brianc
|
cff48b5b40
|
removed dead ctor arg
|
2010-10-13 23:31:19 -05:00 |
|
brianc
|
851e928d38
|
got spliced packet tests passing
|
2010-10-13 23:29:20 -05:00 |
|
brianc
|
e4d6b91668
|
added peekInt32 for peeking at lenght
|
2010-10-13 22:40:57 -05:00 |
|
brianc
|
deb8aeb319
|
renamed methods
|
2010-10-13 22:38:26 -05:00 |
|
brianc
|
39897a16c7
|
make a single instance of Parser per client
|
2010-10-13 22:35:14 -05:00 |
|
brianc
|
1786c73565
|
downcased first character of message names
|
2010-10-12 22:01:13 -05:00 |
|
brianc
|
2617560fc7
|
fix for null data row value
|
2010-10-10 23:38:08 -05:00 |
|
brianc
|
5152cfea14
|
send correct termination code
|
2010-10-10 23:05:21 -05:00 |
|
brianc
|
a7c5a81829
|
adding 'sys' dependency to client.js
|
2010-10-10 23:02:11 -05:00 |
|
brianc
|
7ba0317878
|
adding dependency requirement
|
2010-10-10 23:01:30 -05:00 |
|
brianc
|
08bdd4ccdc
|
query no longer holds circular reference to creator client
|
2010-10-10 22:44:58 -05:00 |
|
brianc
|
6d4469e391
|
code cleanup
|
2010-10-10 22:44:13 -05:00 |
|
brianc
|
5c6f95b427
|
moved items to their own file
|
2010-10-10 22:37:30 -05:00 |
|
brianc
|
f7529a235a
|
remove 'constant' lookup object
|
2010-10-10 22:32:04 -05:00 |
|
brianc
|
390593ba1e
|
removed redundant parser tests
|
2010-10-10 22:29:16 -05:00 |
|
brianc
|
23d3271aab
|
removed rouge keypress
|
2010-10-10 19:10:39 -05:00 |
|
brianc
|
5a8061bf5f
|
unrolled loop
|
2010-10-10 19:09:24 -05:00 |
|
brianc
|
32d6fd4115
|
removed switch statement
|
2010-10-10 19:03:44 -05:00 |
|
brianc
|
e69b6faa82
|
added null terminator (c-string) to query
|
2010-10-10 18:20:24 -05:00 |
|
brianc
|
f9b5c7b03e
|
parsing error
|
2010-10-10 18:15:16 -05:00 |
|
brianc
|
b4d1c67eb5
|
parsing the most simplistic error message
|
2010-10-10 17:48:27 -05:00 |
|
brianc
|
94811981d6
|
added test for bad stream reference
|
2010-10-10 17:30:33 -05:00 |
|
brianc
|
98856f0e9c
|
simple query scenario tested
|
2010-10-09 02:48:41 -05:00 |
|
brianc
|
d20e47f644
|
writes simple query
|
2010-10-08 23:17:09 -05:00 |
|
brianc
|
3925f6fbb0
|
passes initial query queue tests
|
2010-10-07 20:00:49 -05:00 |
|
brianc
|
6abac08c6e
|
changed from this.con to this.stream
|
2010-10-07 19:39:43 -05:00 |
|
brianc
|
3933be9e0d
|
returning query from function
|
2010-10-07 19:38:27 -05:00 |
|
brianc
|
a3a21c50e4
|
using passed in stream to client
|
2010-10-06 19:54:02 -05:00 |
|
brianc
|
0df4f6037c
|
beginnings of actually TDDd query
|
2010-10-03 01:14:19 -05:00 |
|
brianc
|
891aacce54
|
connection tests w/ two clients
|
2010-10-03 01:08:04 -05:00 |
|
brianc
|
730321dbd4
|
added connection/disconnection tests
|
2010-10-03 00:45:10 -05:00 |
|
brianc
|
80ed3e7ffe
|
removing working but untested code
|
2010-10-03 00:31:13 -05:00 |
|
brianc
|
ab0076aa68
|
can read single data row of text
|
2010-10-01 01:02:52 -05:00 |
|
brianc
|
5cf151ad7a
|
whitespace
|
2010-10-01 00:29:16 -05:00 |
|
brianc
|
d2c22afc36
|
code cleanup
|
2010-10-01 00:27:42 -05:00 |
|
brianc
|
961f3f1984
|
added failing test for reading empty row
|
2010-10-01 00:22:53 -05:00 |
|
brianc
|
1286090ce1
|
added tests for parsing row definition messages of various lenghts
|
2010-09-30 23:13:50 -05:00 |
|
brianc
|
012d2a13f5
|
parsing a single row description
|
2010-09-30 22:48:50 -05:00 |
|