REAS
|
2e115161f4
|
Fix for Network library GET example
|
2015-10-02 15:07:01 -07:00 |
|
REAS
|
808aa79127
|
Remove rotate(x, y, z) from Reference
|
2015-09-16 20:19:17 -07:00 |
|
Ben Fry
|
f496709a87
|
update our own libraries to use .properties files (fixes #3574)
|
2015-08-11 10:30:37 -04:00 |
|
Daniel Shiffman
|
8fa7ef8e76
|
removing Carnivore client as per #2911 and https://github.com/processing/processing-docs/issues/238
|
2015-05-08 22:48:54 +01:00 |
|
Ben Fry
|
382e03ac27
|
merge fixes for #1400 with updates to #3088
|
2015-04-01 11:38:52 -04:00 |
|
Ben Fry
|
598613300d
|
Merge pull request #3088 from kfeuz/client_memory_leak
Prevent memory leak of Client by unregistering parent dispose method
|
2015-04-01 11:33:36 -04:00 |
|
Kyle Feuz
|
3f131d7975
|
Check for dead clients while checking for available messages
|
2015-02-06 11:54:52 -07:00 |
|
kfeuz
|
a2cc6a074d
|
Prevent possible duplicate deregistering
|
2015-02-05 00:34:14 -07:00 |
|
kfeuz
|
4716319471
|
Prevent memory leak by unregistering parent dispose method
|
2015-02-05 00:24:08 -07:00 |
|
Ben Fry
|
a32a634b72
|
deal with .class signing conflicts and use JDT .jar files for compilation
|
2015-01-21 19:43:02 -05:00 |
|
Kyle Feuz
|
cc312f8b76
|
Unset the executable bit on xml files
|
2014-11-20 13:17:33 -07:00 |
|
Ben Fry
|
96b9f8dc21
|
remove unnecessary parens
|
2014-11-14 15:08:52 -07:00 |
|
Ben Fry
|
ee9584bf53
|
Merge pull request #2588 from kfeuz/Issue2364
Implements the active() method for Serial and Server (Issue #2364).
|
2014-11-14 15:01:17 -07:00 |
|
Ben Fry
|
c832bde934
|
Merge pull request #2922 from kfeuz/Issue2576
Fixes NPE when calling ip() on disconnected clients.
|
2014-11-14 14:43:04 -07:00 |
|
Ben Fry
|
badd307ec9
|
Merge pull request #2578 from kfeuz/Issue2577
Fixes NPE when writing to disconnected client, Issue #2577
|
2014-11-14 14:31:14 -07:00 |
|
Kyle Feuz
|
3f01414d01
|
Changed ip() to return null when client has disconnected
|
2014-11-01 23:08:58 -06:00 |
|
Federico Bond
|
ce5daefffd
|
Use 1.7 as source and target Java version
|
2014-10-20 23:52:26 -03:00 |
|
Ben Fry
|
bff235dcb9
|
throw exception if Server constructor fails
|
2014-07-30 21:37:12 -04:00 |
|
Kyle Feuz
|
6274986bd6
|
Implements the active() method for Serial and Server (Issue #2364).
|
2014-06-10 23:22:08 -07:00 |
|
Kyle Feuz
|
94e01acb7b
|
Fixes Issue #2576 NPE when calling ip() on disconnected clients.
|
2014-06-10 01:37:46 -07:00 |
|
Kyle Feuz
|
3a7a1c07b5
|
Fixes NPE when writing to disconnected client, Issue #2577
|
2014-06-09 23:06:17 -07:00 |
|
Ben Fry
|
95de8998cb
|
add Server bind option (#2356) and todo notes
|
2014-05-10 20:22:44 -04:00 |
|
Kyle Feuz
|
7ae40bed1a
|
Keep basic error reporting
|
2014-04-21 16:24:30 -07:00 |
|
Kyle Feuz
|
43d1d5a2fe
|
Fix for #Issue74
|
2014-04-21 15:55:59 -07:00 |
|
Ben Fry
|
ad583897a1
|
other tweaks to server class
|
2014-04-19 04:45:06 -04:00 |
|
Kyle Feuz
|
fca59082a8
|
Fixed missing disconnect for some clients
|
2014-04-18 15:48:14 -07:00 |
|
Kyle Feuz
|
0b50a98219
|
Implements disconnectEvent for the Server code as requested in Issue #2133
|
2014-04-18 01:42:54 -07:00 |
|
Ben Fry
|
7eb0f19d65
|
change build scripts to use built-in ecj (removes jdk req)
|
2013-09-12 19:21:57 -04:00 |
|
Casey Reas
|
c89c3311f6
|
Remove Puff example
|
2013-04-25 18:07:10 -07:00 |
|
Ben Fry
|
eee6123135
|
adding ignore files
|
2013-01-27 10:52:36 -05:00 |
|
benfry
|
8b771c0d98
|
cleaning up stop/dispose events
|
2012-11-25 17:41:33 +00:00 |
|
benfry
|
772597e99b
|
add ip() method to Server (issue 1228)
|
2012-11-24 18:43:41 +00:00 |
|
benfry
|
728a45dae5
|
apply patch for clientEvent() (issue 189)
|
2012-11-24 18:43:10 +00:00 |
|
benfry
|
0f776dfd24
|
notes and updating to registerMethod()
|
2012-10-26 18:12:51 +00:00 |
|
benfry
|
ab815ede89
|
update source/target settings in build b/c of Java 7 warnings
|
2012-10-19 14:48:48 +00:00 |
|
Casey Reas
|
b2835fc818
|
Removing Yahoo Search examples
|
2012-08-31 19:00:28 +00:00 |
|
benfry
|
7a7b856385
|
making further progress on build process
|
2012-07-20 23:21:24 +00:00 |
|
benfry
|
7874c54f5d
|
settings/indent tweak
|
2012-03-22 02:50:48 +00:00 |
|
benfry
|
436a81e330
|
cleaning up warnings, specifying Java 1.6 for build in Eclipse, remove unused
|
2011-11-12 17:31:06 +00:00 |
|
sansumbrella
|
7e83cfc9c7
|
@see_external tag implemented. See todo.txt for more info. Allows for proper documentation of events in libraries.
|
2011-09-23 01:34:03 +00:00 |
|
Casey Reas
|
9c6f6858f4
|
Removing old files for 3D and Library examples
|
2011-09-06 17:56:47 +00:00 |
|
benfry
|
ce0a6099f4
|
tweaks to the eclipse formatter
|
2011-08-27 14:43:14 +00:00 |
|
Casey Reas
|
adfaed5e1a
|
Basic 2.0 Ref changes
|
2011-07-27 16:04:21 +00:00 |
|
benfry
|
076051518b
|
fix up httpclient example, working on windows export problem
|
2011-05-15 21:26:23 +00:00 |
|
benfry
|
b9d14b44d5
|
fixing build scripts for new locations
|
2011-01-26 21:53:07 +00:00 |
|
benfry
|
a53f278863
|
moving examples to hang out with their libraries
|
2011-01-26 19:43:04 +00:00 |
|
benfry
|
d04cfbb90b
|
moving to new structure
|
2011-01-26 19:10:26 +00:00 |
|