summaryrefslogtreecommitdiffstats
path: root/gerrit-patch-commonsnet
Commit message (Collapse)AuthorAgeFilesLines
* Set version to 2.7v2.7Dave Borowitz2013-09-181-1/+1
| | | | Change-Id: I49a7fc97fd6d4f199c25774faa50ec4a826ae64a
* Start 2.7 developmentShawn Pearce2013-03-211-1/+1
| | | | Change-Id: I08dc590bb1f62af67d88eb11313d5d4cfe2423c4
* Update versions in pom's to start Gerrit 2.6 developmentEdwin Kempin2012-08-221-1/+1
| | | | | Change-Id: I4fb8cb41250c5b640a8d9e47caf97dc4670ff428 Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
* Remove timestamp from all org.eclipse.core.resources.prefs files.Sasa Zivkov2012-07-041-1/+0
| | | | | | | | | | | | | | | | | Eclipse overwrites these files when we import projects using m2e. Eclipse 3 writes a timestamp at the top of these files making the Git working tree dirty. Eclipse 4 (Juno) still overwrites these files but doesn't write the timestamp. This should help keeping the working tree clean. However, since the timestamp is currently present in these files, Eclispe 4 would still make them dirty by overwriting and effectively removing the timestamp. This change removes the timestamp from these files. This help those using Eclipse 4 and doesn't make it worse for those still using Eclispe 3. Change-Id: Ic23299a12ac80f7294bcc602c8565889069a0d10 Signed-off-by: Sasa Zivkov <sasa.zivkov@sap.com>
* Don't wait for banner message from SMTP server after STARTTLS negotiationLiu Yubao2012-05-241-1/+20
| | | | | | | | | | According to RFC 2847 section 5.2, SMTP server won't send banner message again after STARTTLS negotiation. The original code will hang until SMTP server kicks it off due to timeout and can't send email with STARTTLS enabled, aka. sendemail.smtpEncryption = tls. Bug: Issue 1397 Change-Id: I5822e7f1aae0e13ea082964702bde96132f73e2c
* Add Intellij IDEA files to ignore listAnatol Pomazau2012-05-031-1/+2
| | | | Change-Id: Ie948a1b3c9df95e79fc09ef343d0d49ff3b267c2
* Update parent version in pom.xml's to 2.5-SNAPSHOTEdwin Kempin2012-05-031-1/+1
| | | | | Change-Id: I3b2f0f532fc10b98657de117c80113fe0eac3bc4 Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
* Change version in pom.xml to 2.4-SNAPSHOTSasa Zivkov2012-04-181-1/+1
| | | | | | | | The 2.3 was released and what we have in the master branch is targeted for 2.4. Change-Id: Idca8a12aaef1dc5ea5f628b3640881e66f04dc9c Signed-off-by: Sasa Zivkov <sasa.zivkov@sap.com>
* Update poms to Gerrit 2.3-SNAPSHOTv2.3-rc0Martin Fick2012-02-221-1/+1
| | | | Change-Id: I6f54a783959c58fb75114251e07a6871bc889904
* Add entries to .gitignore for m2e settings/preference filesMohan Zhang2011-12-121-0/+1
| | | | Change-Id: Ie70c285440b6200ad7f4dd8dea8a97317e1e62fc
* Updating eclipse settings for 3.7 and m2e 1.0Eric Anderson2011-07-292-2/+4
| | | | Change-Id: Ic0f134719769e3d8b8cfb6f70703f9a61fcd2538
* Change version to 2.2-SNAPSHOTShawn O. Pearce2011-05-311-1/+1
| | | | | Change-Id: I1d3e6c42bc678536162a81d2b13372659a1c3dec Signed-off-by: Shawn O. Pearce <sop@google.com>
* Add support for SMTP AUTH LOGIN to AuthSMTPClientBob Foerster2011-03-101-1/+18
| | | | | | | | | AuthSMTPClient only supports CRAM-SHA1, CRAM-MD5, and PLAIN methods of authentication. This change adds support for LOGIN, which is another common SMTP authentication mechanism. Change-Id: Ia03b74c7d121e00a50612e641968ca9ccfb3b5da Signed-off-by: Bob Foerster <robert@erafx.com>
* Fix all of our pom.xml versions to be 2.1-SNAPSHOTShawn O. Pearce2010-08-121-1/+1
| | | | | | | | | | I meant to keep reusing the 2.1 version number for the entire 2.1 series during development, but botched it during the 2.1.4 development cycle and set it to 2.1.4-SNAPSHOT by mistake. Put it back to 2.1-SNAPSHOT since 2.1.4 is released. Change-Id: I37e206c0609bf3fd94a5aab8ea301c98b7fb013e Signed-off-by: Shawn O. Pearce <sop@google.com>
* Move allowrcpt handling up to EmailSender to fix empty envelopeShawn O. Pearce2010-07-141-45/+0
| | | | | | | | | | | | | | | If nobody on the SMTP envelope was actually on the allowrcpt list, we were still trying to push a message into the SMTP server but it had no destinations. All SMTP servers refuse to accept the 'DATA' command in this case, as there was no 'RCPT TO' before it. The breakage occurred when I stopped CC'ing the sender of emails by default. This meant that I was no longer on the RCPT TO list for a message in my test environment, but that was the only valid address in the sendemail.allowrcpt configuration variable. Change-Id: I2e1810d3e2a8e82aa96c93f2cfd9849f7bed6e8a Signed-off-by: Shawn O. Pearce <sop@google.com>
* Start 2.1.4 developmentShawn O. Pearce2010-06-211-1/+1
| | | | | Change-Id: I71719c85b0d50707333517b8ef956853b04efa14 Signed-off-by: Shawn O. Pearce <sop@google.com>
* gerrit 2.1.3v2.1.3Shawn O. Pearce2010-06-211-1/+1
| | | | | Change-Id: I93386d5b71e8361219c03d95ab7476dc46e7d6b0 Signed-off-by: Shawn O. Pearce <sop@google.com>
* Cleanup Maven build by pushing component dependencies downShawn O. Pearce2009-12-301-0/+1
| | | | | | | | Rather than listing all of our build projects in the parent pom, list them where they are actually required to compile. Change-Id: I27954f3e4affdaa258ee024c0899f0cacd3f2ae4 Signed-off-by: Shawn O. Pearce <sop@google.com>
* Start next release developmentShawn O. Pearce2009-12-211-1/+1
| | | | | Change-Id: I5a69e2b7a3e64664f0ca32649d153cb8cde27b27 Signed-off-by: Shawn O. Pearce <sop@google.com>
* gerrit 2.1v2.1Shawn O. Pearce2009-12-211-1/+1
| | | | | Change-Id: Ic864f71b0899af24334c76b8558c2757a2f79750 Signed-off-by: Shawn O. Pearce <sop@google.com>
* Call the next version 2.1Shawn O. Pearce2009-12-121-1/+1
| | | | | | | | We've changed so much since the 2.0.24 release that I'm really not comfortable calling it 2.0.25. Change-Id: I9cf28b0a97e0f74838bf893b79ce3105e0a7bfdb Signed-off-by: Shawn O. Pearce <sop@google.com>
* Rewrite our build as modular maven componentsShawn O. Pearce2009-11-117-0/+602
This refactoring splits the code up into different components, with their own per-component CLASSPATH. By moving all of our classes into isolated components we can better isolate the classpaths and try to avoid unexpected dependency problems. It also allows us to more clearly define which components are used by the GWT UI and thus must be compiled under GWT, and which components are run on the server and can therefore use more of the J2SE API. Change-Id: I833cc22bacc5655d1c9099ed7c2b0e0a5b08855a Signed-off-by: Shawn O. Pearce <sop@google.com>