summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/ConnectorTracker.java
Commit message (Expand)AuthorAgeFilesLines
* Make Vaadin component handling proxy-friendly (#14639)Juuso Valli2014-09-121-1/+1
* replaced all org.json.* usages with elemental.json.* (#8942)Taras Hupalo2014-08-261-16/+17
* Optimizes initial sizes of frequently used Collections. (#14223)Fabian Lange2014-07-141-44/+47
* Avoid object creation in getAllChildrenIterable in most cases. (#14142)Fabian Lange2014-07-041-1/+1
* Ignore -1 sync id on the server (#14084)Leif Åstrand2014-07-011-2/+15
* Optimizes ConnectorTracker.cleanConnectorMap (#13803)Fabian Lange2014-05-221-45/+32
* Merge changes from origin/7.1Artur Signell2014-04-231-1/+1
|\
| * Update copyright year to 2014Artur Signell2014-04-161-1/+1
* | Move DragAndDropService to VaadinSession (#11409)Johannes Dahlström2014-03-311-1/+10
* | Remove all unnecessary semicolons reported by EclipseLeif Åstrand2014-03-211-1/+1
* | Ignore RPC calls from components that are concurrently removed (#12337)Henrik Paul2013-09-101-0/+135
|/
* Verify the connector hierarchy if assertions are enabled (#12271)Leif Åstrand2013-07-231-0/+50
* Improving performance of ConnectorTracker (#12218)Fabian Lange2013-07-151-3/+3
* Do not push only meta data to the client (#11490)Artur Signell2013-04-051-1/+10
* Removed CommunicationManager and PortletCommunicationManagerJohannes Dahlström2013-03-271-3/+3
* Refactor server-side communications (#11192, #7891)Johannes Dahlström2013-03-271-0/+17
* (#10563) Logging now uses parameters.Mikael Grankvist2013-02-281-32/+44
* Updated copyright notices and added missing license headersArtur Signell2013-01-041-1/+1
* Don't remove diffstate data before cleanup (#10532)Leif Åstrand2012-12-141-11/+43
* Moved StreamVariable handling from AbstractCommunicationManager toAnna Koskinen2012-12-071-0/+115
* Moved isComponentVisible to separate interface (#10303)Artur Signell2012-11-201-1/+2
* Serialize and deserialize diff state manually (#9717, #9767)Artur Signell2012-09-281-3/+42
* Fixed serialization issues (#9640)Artur Signell2012-09-241-1/+1
* Revert "Verify that lock is held when accessing state (#9515)"Leif Åstrand2012-09-101-3/+0
* Verify that lock is held when accessing state (#9515)Leif Åstrand2012-09-091-0/+3
* Remove getApplication() and add getSession() (#9402)Leif Åstrand2012-09-051-1/+1
* Don't mark connector as dirty when writing response (#9444, #9452)Leif Åstrand2012-09-031-1/+46
* Replace ApplicationResource with ConnectorResource (#9419)Leif Åstrand2012-08-301-0/+14
* Merged com.vaadin.terminal.gwt.server into com.vaadin.server (#9431)Artur Signell2012-08-291-2/+2
* Renamed com.vaadin.terminal -> com.vaadin.server (#9431)Artur Signell2012-08-291-1/+1
* Renamed com.vaadin.terminal.gwt.client to com.vaadin.client (#9432)Artur Signell2012-08-291-1/+1
* Discard reference state for invisible connectors (#9400)Leif Åstrand2012-08-271-4/+13
* Remaining Root -> UI renames (#8908)Artur Signell2012-08-241-3/+3
* Component.getRoot() -> Component.getUI() (#8908)Artur Signell2012-08-241-1/+1
* Renamed Root to UI, automatic rename (#8908)Artur Signell2012-08-241-18/+18
* Handle requestRepaint automatically (#9325)Leif Åstrand2012-08-231-0/+4
* Don't import from client even for javadoc (#9026)Leif Åstrand2012-08-201-2/+2
* Add crude support for only sending state changes (#9026)Leif Åstrand2012-08-201-0/+13
* Introduce ClientConnector.beforeClientResponse(boolean initial) #9228Leif Åstrand2012-08-201-0/+45
* Replaced license place holder with actual license (#8955)Artur Signell2012-08-161-1/+13
* Removed @version which is included in some files but not in all (#9299)Artur Signell2012-08-151-1/+0
* Eliminated dependencies from server to client (#9279)Artur Signell2012-08-131-1/+0
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-0/+320