Mercurial
Mercurial
>
jdk-sandbox
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-240
+240
+1000
+3000
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
http-client-branch: HTTP Client file publishers, handlers, and subscribers as capability objects
http-client-branch
2018-02-16, by chegar
http-client-branch: added system property to disable hostname verification for testing
http-client-branch
2018-02-16, by michaelm
http-client-branch: Fixed chunked encoding in DigestEchoServer
http-client-branch
2018-02-15, by dfuchs
http-client-branch: Fixed variable lenght logic in HttpServerAdapters.java
http-client-branch
2018-02-15, by dfuchs
http-client-branch: Extend ThrowingSubscribers.java to test several exception classes
http-client-branch
2018-02-15, by dfuchs
http-client-branch: Add a test for Handlers/Subscribers as described in JDK-8165220
http-client-branch
2018-02-15, by dfuchs
http-client-branch: fix asFileDownload handler and add test
http-client-branch
2018-02-15, by chegar
http-client-branch: minor cleanup and improve testing for response version and session
http-client-branch
2018-02-15, by chegar
http-client-branch: (WebSocket) fixing sloppy commit
http-client-branch
2018-02-15, by prappo
http-client-branch: (WebSocket) added test which aggregates text messages through StringBuilder
http-client-branch
2018-02-15, by prappo
http-client-branch: 8196967: HTTP1/HTTP2 Proxy Issue
http-client-branch
2018-02-14, by dfuchs
http-client-branch: Fixed problem in last push in Response.java
http-client-branch
2018-02-14, by michaelm
http-client-branch: fixed TLS hostname checking issue, SSL session reuse, and changed HttpResponse to return SSLSession
http-client-branch
2018-02-14, by michaelm
Kill CFLAGS_JDKLIB_EXTRA.
ihse-cflags-rewrite-branch
2018-02-14, by ihse
Start breaking out stuff from flags.m4.
ihse-cflags-rewrite-branch
2018-02-14, by ihse
Create ihse-cflags-rewrite-branch
ihse-cflags-rewrite-branch
2018-02-14, by ihse
http-client-branch: fix typo in previous push
http-client-branch
2018-02-13, by chegar
http-client-branch: add RFC links to the package description. Add javadoc to the public Exception types
http-client-branch
2018-02-13, by chegar
http-client-branch: fix doc examples for BodyHandler::fromLineSubscriber (tahe II)
http-client-branch
2018-02-13, by dfuchs
http-client-branch: fix doc examples for BodyHandler::fromLineSubscriber
http-client-branch
2018-02-13, by dfuchs
Remove launcher mapfiles.
ihse-remove-mapfiles-branch
2018-02-13, by ihse
Solaris syntax fix.
ihse-remove-mapfiles-branch
2018-02-13, by jprtadm
More solaris hack to compile.
ihse-remove-mapfiles-branch
2018-02-13, by jprtadm
Oops.
ihse-remove-mapfiles-branch
2018-02-13, by ihse
Hacking away at solaris.
ihse-remove-mapfiles-branch
2018-02-13, by jprtadm
Fix compiler flags for all compilers.
ihse-remove-mapfiles-branch
2018-02-13, by ihse
Remove libjsig mapfile.
ihse-remove-mapfiles-branch
2018-02-13, by ihse
Remove unpack200-exe mapfiles.
ihse-remove-mapfiles-branch
2018-02-13, by ihse
Remove the libmlib_image mapfile.
ihse-remove-mapfiles-branch
2018-02-13, by ihse
Remove libsaproc mapfiles.
ihse-remove-mapfiles-branch
2018-02-13, by ihse
Remove libfontmanager and libjava mapfiles.
ihse-remove-mapfiles-branch
2018-02-13, by ihse
Remove all trivial mapfiles.
ihse-remove-mapfiles-branch
2018-02-13, by ihse
First stab at removing mapfiles.
ihse-remove-mapfiles-branch
2018-02-13, by ihse
Create ihse-remove-mapfiles-branch
ihse-remove-mapfiles-branch
2018-02-13, by ihse
http-client-branch: (HttpClient) JDK-fixed 8196962
http-client-branch
2018-02-12, by prappo
http-client-branch: Add whitebox tests for AuthenticationFilter.
http-client-branch
2018-02-12, by dfuchs
http-client-branch: minor module and package javadoc change
http-client-branch
2018-02-10, by chegar
http-client-branch: minor bug fixes
http-client-branch
2018-02-09, by chegar
http-client-branch: remove java.net.http from DOCS_MODULES since it is part of java.se
http-client-branch
2018-02-09, by chegar
http-client-branch: revert overzealous use of @linkplain
http-client-branch
2018-02-09, by chegar
http-client-branch: minor doc cleanup
http-client-branch
2018-02-09, by chegar
http-client-branch: javadoc refresh and minor fixes
http-client-branch
2018-02-08, by chegar
Make sure arch-specific barriers are properly scoped
epsilon-gc-branch
2018-02-08, by shade
Merge
epsilon-gc-branch
2018-02-08, by shade
http-client-branch: (HttpClient) cleanup before JDK-8196962. Removing a legacy logging for HPACK decoding. The HPACK core provides a more robust one.
http-client-branch
2018-02-07, by prappo
http-client-baranch: long lines
http-client-branch
2018-02-07, by chegar
http-client-branch: move implementation to jdk.internal.net.http
http-client-branch
2018-02-07, by chegar
http-client-branch: more fixes for odd intermittent failures
http-client-branch
2018-02-07, by dfuchs
http-client-branch: remove superflous add-modules from security test
http-client-branch
2018-02-07, by chegar
http-client-branch: move to standard package and module name
http-client-branch
2018-02-07, by chegar
http-client-branch: update copyright year ranges in prep for file moves
http-client-branch
2018-02-06, by chegar
http-client-branch: remove incubating tag
http-client-branch
2018-02-06, by chegar
http-client-branch: update public API @since tags
http-client-branch
2018-02-06, by chegar
http-client-branch: remove remaining vestiges of MultiSubscriber and minor doc cleanup
http-client-branch
2018-02-06, by chegar
http-client-branch: fix race condition and MT-safety in SmokeTest (fix the fix)
http-client-branch
2018-02-06, by dfuchs
http-client-branch: fix race condition and MT-safety in SmokeTest
http-client-branch
2018-02-06, by dfuchs
http-client-branch: added mapping subscriber, miscellaneous bug fixes and change to discard()/replace() subscribers
http-client-branch
2018-02-06, by michaelm
http-client-branch: 8196848: SplitResponseSSL test failing intermitently (but rarely) with HttpClientImpl shutting down.
http-client-branch
2018-02-06, by dfuchs
http-client-branch: add several private <init> methods
http-client-branch
2018-02-06, by chegar
http-client-branch: more remaining impl types to internal
http-client-branch
2018-02-06, by chegar
http-client-branch: move LineSubscriberAdapter to internal
http-client-branch
2018-02-06, by chegar
http-client-branch: move ResponseSubscribers to internal
http-client-branch
2018-02-06, by chegar
http-client-branch: more binding to 0.0.0.0 instead of localhost/127.0.0.1
http-client-branch
2018-02-06, by dfuchs
http-client-branch: move BufferingSubscriber to internal
http-client-branch
2018-02-06, by chegar
http-client-branch: remove redundant null check
http-client-branch
2018-02-05, by chegar
http-client-branch: HttpHeadersImpl use more efficient entrySet
http-client-branch
2018-02-05, by chegar
http-client-branch: use UTF-8 for all convertions to String
http-client-branch
2018-02-05, by chegar
http-client-branch: immutable data Flow
http-client-branch
2018-02-05, by chegar
http-client-branch: add tests with an HTTP/2 server for custom basic and digest authentication
http-client-branch
2018-02-05, by dfuchs
http-client-branch: merge
http-client-branch
2018-02-05, by chegar
http-client-branch: possible null dereference in Exchange
http-client-branch
2018-02-05, by chegar
http-client-branch: remove redundant null check in Http1Request
http-client-branch
2018-02-05, by chegar
http-client-branch: (WebSocket) merge (2)
http-client-branch
2018-02-05, by prappo
http-client-branch: (WebSocket) merge
http-client-branch
2018-02-05, by prappo
http-client-branch: (WebSocket) cleanup
http-client-branch
2018-02-01, by prappo
http-client-branch: inconsistent synchronization in ConnectionPool
http-client-branch
2018-02-05, by chegar
http-client-branch: inconsistent synchronization of PushGroup
http-client-branch
2018-02-05, by chegar
http-client-branch: incorrect protected field in final class
http-client-branch
2018-02-05, by chegar
http-client-branch: fix serializable fields in internal ALPNException
http-client-branch
2018-02-05, by chegar
http-client-branch: fix mutable byte[] references
http-client-branch
2018-02-05, by chegar
http-client-branch: (WebSocket) example-test
http-client-branch
2018-02-01, by prappo
http-client-branch: (WebSocket) test
http-client-branch
2018-01-31, by prappo
http-client-branch: long lines in ServerPushWithDiffTypes
http-client-branch
2018-01-31, by chegar
http-client-branch: (WebSocket) tiny spec simplification + test
http-client-branch
2018-01-31, by prappo
http-client-branch: honor legacy jdk.http.auth.* property when handling proxy-authorization
http-client-branch
2018-01-31, by dfuchs
http-client-branch: update debugging output in SplitResponse
http-client-branch
2018-01-31, by chegar
http-client-branch: (WebSocket) test rename
http-client-branch
2018-01-31, by prappo
http-client-branch: (WebSocket) tests
http-client-branch
2018-01-31, by prappo
http-client-branch: expand FlowAdapterSubscriberTest with mapping using convenience handlers
http-client-branch
2018-01-31, by chegar
http-client-branch: only add h2 ALPN if TLSv1.2 or greater
http-client-branch
2018-01-31, by chegar
http-client-branch: (WebSocket) A test for onClose & IllegalStateException
http-client-branch
2018-01-30, by prappo
http-client-branch: (WebSocket) consistent method names in test
http-client-branch
2018-01-30, by prappo
http-client-branch: (WebSocket) rearranged methods in tests
http-client-branch
2018-01-30, by prappo
http-client-branch: (WebSocket) more tests
http-client-branch
2018-01-30, by prappo
http-client-branch: fix issue in SSL flow delegate when handshake error occurs during unwrap
http-client-branch
2018-01-30, by chegar
http-client-branch: changed default protocol version when plain http over proxy requested.
http-client-branch
2018-01-29, by michaelm
http-client-branch: merge with default
http-client-branch
2018-01-29, by chegar
http-client-branch: make it possible to supply proxy-authorization headers
http-client-branch
2018-01-26, by dfuchs
http-client-branch: SequentialScheduler cleanup
http-client-branch
2018-01-26, by prappo
http-client-branch: add api/impl notes to WebSocket onClose
http-client-branch
2018-01-24, by chegar
http-client-branch: restore inadvertantly removed @FunctionalInterface
http-client-branch
2018-01-23, by chegar
http-client-branch: clean up and expand push promise tests
http-client-branch
2018-01-23, by chegar
http-client-branch: Import of 8195823: Buffers given to response body subscribers should not contain unprocessed HTTP data
http-client-branch
2018-01-23, by chegar
http-client-branch: MinimalFuture deep obtrusion
http-client-branch
2018-01-22, by prappo
http-client-branch: renamed PushPromiseHandler.withPushPromises into PushPromiseHandler.of
http-client-branch
2018-01-19, by dfuchs
http-client-branch: 8194729: Java 9's HttpClient doesn't allow custom 'Authorization' headers
http-client-branch
2018-01-19, by dfuchs
Merge
http-client-branch
2018-01-19, by michaelm
http-client-branch: make PushPromiseHandlerMap package private
http-client-branch
2018-01-19, by michaelm
http-client-branch: clarify behavior of restricted methods in the builder
http-client-branch
2018-01-19, by chegar
Disable two more tests when Epsilon is not available.
epsilon-gc-branch
2018-01-19, by shade
Use proper flag aliasing machinery. Avoid setting immutable develop flags in release builds.
epsilon-gc-branch
2018-01-19, by shade
Fixed double string escaping, corrected type
jmx-rest-api
2018-01-19, by hb
1. Removed all changes to Java SE APIs
jmx-rest-api
2018-01-19, by hb
http-cient-branch: cleanup push promise spec
http-client-branch
2018-01-18, by chegar
http-client-branch: (WebSocket) a number of tests for exceptional completion
http-client-branch
2018-01-18, by prappo
http-client-branch: add offline testing example
http-client-branch
2018-01-18, by chegar
Support -XX:+UseNoGC as the alias for -XX:+UseEpsilonGC
epsilon-gc-branch
2018-01-18, by shade
Merge
epsilon-gc-branch
2018-01-18, by shade
http-client-branch: fix acc in PushGroup
http-client-branch
2018-01-17, by chegar
Merge
http-client-branch
2018-01-17, by dfuchs
http-client-tutorial: additional informational comments and fixes
http-client-tutorial
2018-01-16, by chegar
http-client-tutorial: comments
http-client-tutorial
2018-01-16, by chegar
http-client-tutorial: cleanup
http-client-tutorial
2018-01-16, by chegar
http-client-tutorial: more cleanup and fixes to IDEA project
http-client-tutorial
2018-01-16, by chegar
http-client-tutorial: fixes to IDEA project
http-client-tutorial
2018-01-16, by chegar
http-client-tutorial: first cut
http-client-tutorial
2018-01-16, by chegar
http-tutorial-branch: initialize
http-client-tutorial
2018-01-16, by chegar
Initial changes for http-client-tutorial branch
http-client-tutorial
2018-01-16, by chegar
http-client-branch: updated server push API
http-client-branch
2018-01-16, by michaelm
http-client-branch: Adds some convenience methods to parse body responses as lines
http-client-branch
2018-01-12, by dfuchs
http-client-branch: merge with default
http-client-branch
2018-01-05, by chegar
1. MBeanCollection Bulk operation via objectname query
jmx-rest-api
2018-01-05, by hb
1. URL decoding of URL
jmx-rest-api
2018-01-04, by hb
REST base url gets complete complete domain name
jmx-rest-api
2018-01-02, by hb
Fixed JSON parser tests
jmx-rest-api
2018-01-02, by hb
* Start Rest adapter via command line arguments
jmx-rest-api
2018-01-02, by hb
Lot of bug fixes
jmx-rest-api
2018-01-01, by hb
Few bug fixes
jmx-rest-api
2017-12-28, by hb
Code cleanup - MBeanColl*Resource, MBeanResource
jmx-rest-api
2017-12-28, by hb
Remove stale files
jmx-rest-api
2017-12-28, by hb
Code cleanup - PlatformMBeanServer, MBeanServerResource
jmx-rest-api
2017-12-28, by hb
Added copyright header
jmx-rest-api
2017-12-27, by hb
Bulk operation at MBeanServer level
jmx-rest-api
2017-12-27, by hb
POST : Attribute update - working
jmx-rest-api
2017-12-27, by hb
Implementation of GET for new APIs
jmx-rest-api
2017-12-25, by hb
changeset: 48573:3f9dda0428dc
http-client-branch
2017-12-15, by michaelm
http-client-branch: (WebSocket) refactoring
http-client-branch
2017-12-15, by prappo
http-client-branch: cleanup: add missing @Overrides
http-client-branch
2017-12-15, by dfuchs
http-client-branch: unused import in AbstractSSLTubeTest.java
http-client-branch
2017-12-15, by dfuchs
http-client-branch: (WebSocket) refactoring
http-client-branch
2017-12-15, by prappo
http-client-branch: (WebSocket) refactoring for the sake of extra test coverage
http-client-branch
2017-12-15, by prappo
Remove auto-generated files
jmx-rest-api
2017-09-01, by hb
Remove duplicate file
jmx-rest-api
2017-08-29, by hb
REST Adapter Initial commit
jmx-rest-api
2017-08-29, by hb
Initial changes for jmx-rest-api
jmx-rest-api
2017-12-15, by hb
http-client-branch: Fixed 8192966: HttpClient should reuse TCP connection for h2c connections
http-client-branch
2017-12-14, by michaelm
http-client-branch: merge with default
http-client-branch
2017-12-14, by chegar
http-client-branch: Fixed h2c connection reuse problem (connections not being reused/cached)
http-client-branch
2017-12-11, by michaelm
Make sure Epsilon is able to use the last bit of expanded heap
epsilon-gc-branch
2017-12-08, by shade
Print heap counters occasionally
epsilon-gc-branch
2017-12-08, by shade
http-client-branch: (WebSocket) tests cleanup
http-client-branch
2017-12-08, by prappo
http-client-branch: (WebSocket) WSHandshakeException cleanup
http-client-branch
2017-12-08, by prappo
Fix implicit conversion out of size_t.
epsilon-gc-branch
2017-12-07, by shade
Fixup serviceability for Epsilon.
epsilon-gc-branch
2017-12-07, by shade
Merge
epsilon-gc-branch
2017-12-07, by shade
http-client-branch: merge with default
http-client-branch
2017-12-07, by chegar
http-client-branch: remove trailing whitespace
http-client-branch
2017-12-06, by chegar
http-client-branch: BufferingSubscriberTest needs to be lock-step with the Publisher
http-client-branch
2017-12-06, by chegar
http-client-branch: workaround issue with SubmissionPublisher::close in several tests
http-client-branch
2017-12-06, by dfuchs
http-client-branch: (WebSocket) relaxed Opening Handshake constraints; originated from JDK-8191646
http-client-branch
2017-12-06, by prappo
http-client-branch: common random seed handling for whitebox tests
http-client-branch
2017-12-06, by chegar
Merge
ihse-testmakefiles-branch
2017-12-06, by ihse
Restore boot-jdk fix.
ihse-testmakefiles-branch
2017-12-06, by ihse
http-client-branch: work around issue with SP::close in BufferingSubscriberTest
http-client-branch
2017-12-06, by dfuchs
Merge
http-client-branch
2017-12-06, by dfuchs
Merge
http-client-branch
2017-12-06, by dfuchs
http-client-branch: make test MockServer more resilient to rogue clients
http-client-branch
2017-12-06, by dfuchs
http-client-branch: review comment: make test HTTP/2 server more tollerant of bad connections
http-client-branch
2017-12-06, by chegar
http-client-branch: addditional BufferingSubscriberTest checks
http-client-branch
2017-12-06, by chegar
http-client-branch: review comment: small fixes to BufferingSubscriber, and add a User-Agent header
http-client-branch
2017-12-06, by chegar
http-client-branch: review comment: Utils::accumulateBuffers sets a wrong limit
http-client-branch
2017-12-06, by dfuchs
http-client-branch: (WebSocket) SelectorTest
http-client-branch
2017-12-05, by prappo
Merge
ihse-testmakefiles-branch
2017-12-05, by ihse
http-client-branch: merge with default
http-client-branch
2017-12-05, by chegar
Fix last FIXMEs in fake spec. Fix OPENJDK_BUILD_OS bug.
ihse-testmakefiles-branch
2017-12-05, by ihse
http-client-branch: review comment: alignment
http-client-branch
2017-12-05, by chegar
Add BUILD_JAVA.
ihse-testmakefiles-branch
2017-12-05, by ihse
Make it possible to override variables passed on the command line
ihse-testmakefiles-branch
2017-12-05, by ihse
http-client-branch: SSLFlowDelegate::cleanList should not remove the final SENTINEL. HttpResponseInputStream.close should wakeup the reader, if any.
http-client-branch
2017-12-05, by dfuchs
Merge
ihse-testmakefiles-branch
2017-12-04, by ihse
http-client-branch: review comment: correct appending of inbound data to the tail of FramesDecoder
http-client-branch
2017-12-04, by chegar
http-client-branch: split SSLTubeTest for better diagnosis
http-client-branch
2017-12-04, by dfuchs
http-client-branch: 8192962: issue with BUFFER_UNDERFLOW
http-client-branch
2017-12-04, by dfuchs
http-client-branch: review comment: HTTP/1.1 Publisher should publish WHILE there is demand and outgoing
http-client-branch
2017-12-03, by chegar
http-client-branch: merge
http-client-branch
2017-12-03, by prappo
http-client-branch: (WebSocket) tests
http-client-branch
2017-11-30, by prappo
http-client-barnch: fixed a few issues discovered while stress testing and a race condition in SSLFlowDelegate
http-client-branch
2017-12-02, by dfuchs
http-client-branch: Fixed some Http2TestServer issues
http-client-branch
2017-12-01, by michaelm
http-client-branch: SSL h2 connections not being cached or re-used
http-client-branch
2017-12-01, by michaelm
Rename EpsilonCollectedHeap to EpsilonHeap.
epsilon-gc-branch
2017-11-30, by shade
Remove stray post-merge difference.
epsilon-gc-branch
2017-11-30, by shade
http-client-branch: merge
http-client-branch
2017-11-30, by chegar
http-client-branch: review comment: split NoBoby test in two, takes too long to run
http-client-branch
2017-11-30, by chegar
Fixup Epsilon for GC interface updates
epsilon-gc-branch
2017-11-30, by shade
Merge
epsilon-gc-branch
2017-11-30, by shade
Fix JAVA_ARGS.
ihse-testmakefiles-branch
2017-11-30, by ihse
Almost all of prebuilt spec is now resolved.
ihse-testmakefiles-branch
2017-11-30, by ihse
Use InitSupport.gmk. Better prebuilt variable info.
ihse-testmakefiles-branch
2017-11-30, by ihse
Replace : with / to better support all use cases.
ihse-testmakefiles-branch
2017-11-30, by ihse
http-client-branch: (WebSocket) formatting
http-client-branch
2017-11-30, by prappo
Remove old attempts.
ihse-testmakefiles-branch
2017-11-30, by ihse
Merge
ihse-testmakefiles-branch
2017-11-30, by ihse
Ignore exit code from run-test-prebuilt in test/Makefile.
ihse-testmakefiles-branch
2017-11-30, by ihse
http-client-branch: merge with default
http-client-branch
2017-11-30, by chegar
http-client-branch: review comment: remove testing specific property check
http-client-branch
2017-11-30, by chegar
http-client-branch: review comment: remove unused methods and incorrect comment
http-client-branch
2017-11-30, by chegar
http-client-branch: (WebSocket) bug fix & test
http-client-branch
2017-11-30, by prappo
Try to not exit with error.
ihse-testmakefiles-branch
2017-11-30, by ihse
Clean up gnumake duplicated logic.
ihse-testmakefiles-branch
2017-11-30, by ihse
Fix new exitcode code. Support more arguments in CreateNewSpec.
ihse-testmakefiles-branch
2017-11-29, by ihse
Fix TR to work on solaris.
ihse-testmakefiles-branch
2017-11-29, by ihse
Remove duplicate whitespace.
ihse-testmakefiles-branch
2017-11-29, by ihse
Merge
ihse-testmakefiles-branch
2017-11-29, by ihse
Improved exit code handling.
ihse-testmakefiles-branch
2017-11-29, by ihse
Setup target os/cpu for prebuilt.
ihse-testmakefiles-branch
2017-11-29, by ihse
Setup path properly for MAKE env variable.
ihse-testmakefiles-branch
2017-11-29, by ihse
http-client-branch: fixed Http2TestServerConnection problem
http-client-branch
2017-11-29, by michaelm
http-client-branch: review comment: set connected for immediate non-blocking connect
http-client-branch
2017-11-29, by chegar
http-client-branch: (HPACK) fix for OOME in test
http-client-branch
2017-11-29, by prappo
http-client-branch: review comment: SSLTubeTest is ignored (and some associated fix and cleanup)
http-client-branch
2017-11-29, by dfuchs
http-client-branch: (WebSocket) dead test code
http-client-branch
2017-11-28, by prappo
http-client-branch: (WebSocket) tests & bugfixes
http-client-branch
2017-11-28, by prappo
http-client-branch: review comment: remove unnecessary testng timeout
http-client-branch
2017-11-28, by chegar
http-client-branch: 8185847: jdk/test/java/net/httpclient/security/*.policy files are missing copyrights
http-client-branch
2017-11-28, by dfuchs
http-client-branch: merge with default
http-client-branch
2017-11-28, by chegar
http-client-branch: merge with default
http-client-branch
2017-11-28, by chegar
http-client-branch: (WebSocket) removed locking from the impl
http-client-branch
2017-11-28, by prappo
Save exit code in exitcode.txt.
ihse-testmakefiles-branch
2017-11-28, by ihse
Provide a proper make when running tests.
ihse-testmakefiles-branch
2017-11-28, by ihse
* Properly check provided variables.
ihse-testmakefiles-branch
2017-11-28, by ihse
less
more
|
(0)
-30000
-10000
-3000
-1000
-240
+240
+1000
+3000
tip